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> |
@@ -438,3 +440,5 @@ do_authentication(Authctxt *authctxt) | |||
438 | packet_send(); | 440 | packet_send(); |
439 | packet_write_wait(); | 441 | packet_write_wait(); |
440 | } | 442 | } |
443 | |||
444 | #endif /* WITH_SSH1 */ | ||