summaryrefslogtreecommitdiff
path: root/monitor_wrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'monitor_wrap.c')
-rw-r--r--monitor_wrap.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/monitor_wrap.c b/monitor_wrap.c
index 0f5ecaaee..f6bc34ec8 100644
--- a/monitor_wrap.c
+++ b/monitor_wrap.c
@@ -25,7 +25,7 @@
25 */ 25 */
26 26
27#include "includes.h" 27#include "includes.h"
28RCSID("$OpenBSD: monitor_wrap.c,v 1.37 2004/06/22 05:05:45 dtucker Exp $"); 28RCSID("$OpenBSD: monitor_wrap.c,v 1.38 2004/07/03 11:02:25 dtucker Exp $");
29 29
30#include <openssl/bn.h> 30#include <openssl/bn.h>
31#include <openssl/dh.h> 31#include <openssl/dh.h>
@@ -914,6 +914,7 @@ mm_bsdauth_respond(void *ctx, u_int numresponses, char **responses)
914 return ((authok == 0) ? -1 : 0); 914 return ((authok == 0) ? -1 : 0);
915} 915}
916 916
917#ifdef SKEY
917int 918int
918mm_skey_query(void *ctx, char **name, char **infotxt, 919mm_skey_query(void *ctx, char **name, char **infotxt,
919 u_int *numprompts, char ***prompts, u_int **echo_on) 920 u_int *numprompts, char ***prompts, u_int **echo_on)
@@ -977,6 +978,7 @@ mm_skey_respond(void *ctx, u_int numresponses, char **responses)
977 978
978 return ((authok == 0) ? -1 : 0); 979 return ((authok == 0) ? -1 : 0);
979} 980}
981#endif /* SKEY */
980 982
981void 983void
982mm_ssh1_session_id(u_char session_id[16]) 984mm_ssh1_session_id(u_char session_id[16])