summaryrefslogtreecommitdiff
path: root/sshconnect2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshconnect2.c')
-rw-r--r--sshconnect2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sshconnect2.c b/sshconnect2.c
index 918ab38e8..da5b71478 100644
--- a/sshconnect2.c
+++ b/sshconnect2.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: sshconnect2.c,v 1.66 2001/04/04 20:25:38 markus Exp $"); 26RCSID("$OpenBSD: sshconnect2.c,v 1.67 2001/04/05 10:42:56 markus Exp $");
27 27
28#include <openssl/bn.h> 28#include <openssl/bn.h>
29#include <openssl/md5.h> 29#include <openssl/md5.h>
@@ -642,7 +642,7 @@ int agent_sign_cb(Authctxt *authctxt, Key *key, u_char **sigp, int *lenp,
642int key_sign_cb(Authctxt *authctxt, Key *key, u_char **sigp, int *lenp, 642int key_sign_cb(Authctxt *authctxt, Key *key, u_char **sigp, int *lenp,
643 u_char *data, int datalen) 643 u_char *data, int datalen)
644{ 644{
645 return key_sign(key, sigp, lenp, data, datalen); 645 return key_sign(key, sigp, lenp, data, datalen);
646} 646}
647 647
648int 648int
@@ -825,7 +825,7 @@ static char *preferred = NULL;
825/* 825/*
826 * Given the authentication method list sent by the server, return the 826 * Given the authentication method list sent by the server, return the
827 * next method we should try. If the server initially sends a nil list, 827 * next method we should try. If the server initially sends a nil list,
828 * use a built-in default list. 828 * use a built-in default list.
829 */ 829 */
830Authmethod * 830Authmethod *
831authmethod_get(char *authlist) 831authmethod_get(char *authlist)