diff options
Diffstat (limited to 'monitor_wrap.h')
-rw-r--r-- | monitor_wrap.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/monitor_wrap.h b/monitor_wrap.h index 3d0e32d48..0f09dba09 100644 --- a/monitor_wrap.h +++ b/monitor_wrap.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: monitor_wrap.h,v 1.41 2019/01/19 21:43:56 djm Exp $ */ | 1 | /* $OpenBSD: monitor_wrap.h,v 1.42 2019/09/06 05:23:55 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> | 4 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> |
@@ -41,7 +41,9 @@ struct sshauthopt; | |||
41 | 41 | ||
42 | void mm_log_handler(LogLevel, const char *, void *); | 42 | void mm_log_handler(LogLevel, const char *, void *); |
43 | int mm_is_monitor(void); | 43 | int mm_is_monitor(void); |
44 | #ifdef WITH_OPENSSL | ||
44 | DH *mm_choose_dh(int, int, int); | 45 | DH *mm_choose_dh(int, int, int); |
46 | #endif | ||
45 | int mm_sshkey_sign(struct ssh *, struct sshkey *, u_char **, size_t *, | 47 | int mm_sshkey_sign(struct ssh *, struct sshkey *, u_char **, size_t *, |
46 | const u_char *, size_t, const char *, u_int compat); | 48 | const u_char *, size_t, const char *, u_int compat); |
47 | void mm_inform_authserv(char *, char *, char *); | 49 | void mm_inform_authserv(char *, char *, char *); |