summaryrefslogtreecommitdiff
path: root/krl.c
diff options
context:
space:
mode:
Diffstat (limited to 'krl.c')
-rw-r--r--krl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/krl.c b/krl.c
index 3917338f9..b19def79f 100644
--- a/krl.c
+++ b/krl.c
@@ -18,6 +18,8 @@
18 18
19#include "includes.h" 19#include "includes.h"
20 20
21#ifdef WITH_OPENSSL /* XXX just fix bignums and this is good */
22
21#include <sys/types.h> 23#include <sys/types.h>
22#include <sys/param.h> 24#include <sys/param.h>
23#include <openbsd-compat/sys-tree.h> 25#include <openbsd-compat/sys-tree.h>
@@ -1282,3 +1284,4 @@ ssh_krl_file_contains_key(const char *path, const struct sshkey *key)
1282 errno = oerrno; 1284 errno = oerrno;
1283 return r; 1285 return r;
1284} 1286}
1287#endif /* WITH_OPENSSL */