summaryrefslogtreecommitdiff
path: root/krl.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2015-01-15 03:08:58 +1100
committerDamien Miller <djm@mindrot.org>2015-01-15 03:08:58 +1100
commitb03ebe2c22b8166e4f64c37737f4278676e3488d (patch)
tree4b5e6701543cc6c79f3638759c7fc420491a4719 /krl.c
parentbc42cc6fe784f36df225c44c93b74830027cb5a2 (diff)
more --without-openssl
fix some regressions caused by upstream merges enable KRLs now that they no longer require BIGNUMs
Diffstat (limited to 'krl.c')
-rw-r--r--krl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/krl.c b/krl.c
index b19def79f..3917338f9 100644
--- a/krl.c
+++ b/krl.c
@@ -18,8 +18,6 @@
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
23#include <sys/types.h> 21#include <sys/types.h>
24#include <sys/param.h> 22#include <sys/param.h>
25#include <openbsd-compat/sys-tree.h> 23#include <openbsd-compat/sys-tree.h>
@@ -1284,4 +1282,3 @@ ssh_krl_file_contains_key(const char *path, const struct sshkey *key)
1284 errno = oerrno; 1282 errno = oerrno;
1285 return r; 1283 return r;
1286} 1284}
1287#endif /* WITH_OPENSSL */