summaryrefslogtreecommitdiff
path: root/sshconnect1.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshconnect1.c')
-rw-r--r--sshconnect1.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sshconnect1.c b/sshconnect1.c
index dd12a3af2..08589f5ee 100644
--- a/sshconnect1.c
+++ b/sshconnect1.c
@@ -15,6 +15,8 @@
15 15
16#include "includes.h" 16#include "includes.h"
17 17
18#ifdef WITH_SSH1
19
18#include <sys/types.h> 20#include <sys/types.h>
19#include <sys/socket.h> 21#include <sys/socket.h>
20 22
@@ -755,3 +757,5 @@ ssh_userauth1(const char *local_user, const char *server_user, char *host,
755 success: 757 success:
756 return; /* need statement after label */ 758 return; /* need statement after label */
757} 759}
760
761#endif /* WITH_SSH1 */