summaryrefslogtreecommitdiff
path: root/cipher-bf1.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher-bf1.c')
-rw-r--r--cipher-bf1.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cipher-bf1.c b/cipher-bf1.c
index 64c74bc6f..ee72ac085 100644
--- a/cipher-bf1.c
+++ b/cipher-bf1.c
@@ -20,6 +20,8 @@
20 20
21#include "includes.h" 21#include "includes.h"
22 22
23#ifdef WITH_OPENSSL
24
23#include <sys/types.h> 25#include <sys/types.h>
24 26
25#include <stdarg.h> 27#include <stdarg.h>
@@ -98,3 +100,4 @@ evp_ssh1_bf(void)
98 ssh1_bf.key_len = 32; 100 ssh1_bf.key_len = 32;
99 return (&ssh1_bf); 101 return (&ssh1_bf);
100} 102}
103#endif /* WITH_OPENSSL */