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 52b17dbef..dd0064832 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>
@@ -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 */