summaryrefslogtreecommitdiff
path: root/auth-rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-rsa.c')
-rw-r--r--auth-rsa.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/auth-rsa.c b/auth-rsa.c
index ff7a13221..422c196cf 100644
--- a/auth-rsa.c
+++ b/auth-rsa.c
@@ -16,6 +16,8 @@
16 16
17#include "includes.h" 17#include "includes.h"
18 18
19#ifdef WITH_SSH1
20
19#include <sys/types.h> 21#include <sys/types.h>
20#include <sys/stat.h> 22#include <sys/stat.h>
21 23
@@ -342,3 +344,5 @@ auth_rsa(Authctxt *authctxt, BIGNUM *client_n)
342 packet_send_debug("RSA authentication accepted."); 344 packet_send_debug("RSA authentication accepted.");
343 return (1); 345 return (1);
344} 346}
347
348#endif /* WITH_SSH1 */