summaryrefslogtreecommitdiff
path: root/auth1.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth1.c')
-rw-r--r--auth1.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/auth1.c b/auth1.c
index 50388285c..5073c49bb 100644
--- a/auth1.c
+++ b/auth1.c
@@ -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 */