From: dtucker Date: Wed, 10 May 2023 10:04:20 +0000 (+0000) Subject: Remove now-unused prototypes for ssh1 RSA functions. From lengyijun via X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1445c776537003da3af50dcb553d6875d54c5bab;p=openbsd Remove now-unused prototypes for ssh1 RSA functions. From lengyijun via github PR#396. --- diff --git a/usr.bin/ssh/monitor.c b/usr.bin/ssh/monitor.c index ef824c3d8c2..ca1d34eb5bf 100644 --- a/usr.bin/ssh/monitor.c +++ b/usr.bin/ssh/monitor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: monitor.c,v 1.235 2023/02/17 04:22:50 dtucker Exp $ */ +/* $OpenBSD: monitor.c,v 1.236 2023/05/10 10:04:20 dtucker Exp $ */ /* * Copyright 2002 Niels Provos * Copyright 2002 Markus Friedl @@ -110,9 +110,6 @@ int mm_answer_keyverify(struct ssh *, int, struct sshbuf *); int mm_answer_pty(struct ssh *, int, struct sshbuf *); int mm_answer_pty_cleanup(struct ssh *, int, struct sshbuf *); int mm_answer_term(struct ssh *, int, struct sshbuf *); -int mm_answer_rsa_keyallowed(struct ssh *, int, struct sshbuf *); -int mm_answer_rsa_challenge(struct ssh *, int, struct sshbuf *); -int mm_answer_rsa_response(struct ssh *, int, struct sshbuf *); int mm_answer_sesskey(struct ssh *, int, struct sshbuf *); int mm_answer_sessid(struct ssh *, int, struct sshbuf *);