diff options
Diffstat (limited to 'auth1.c')
-rw-r--r-- | auth1.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,8 @@ | |||
12 | 12 | ||
13 | #include "includes.h" | 13 | #include "includes.h" |
14 | 14 | ||
15 | #ifdef WITH_SSH1 | ||
16 | |||
15 | #include <sys/types.h> | 17 | #include <sys/types.h> |
16 | 18 | ||
17 | #include <stdarg.h> | 19 | #include <stdarg.h> |
@@ -444,3 +446,5 @@ do_authentication(Authctxt *authctxt) | |||
444 | packet_send(); | 446 | packet_send(); |
445 | packet_write_wait(); | 447 | packet_write_wait(); |
446 | } | 448 | } |
449 | |||
450 | #endif /* WITH_SSH1 */ | ||