summaryrefslogtreecommitdiff
path: root/krl.c
diff options
context:
space:
mode:
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 b19def79..3917338f 100644
--- a/krl.c
+++ b/krl.c
@@ -18,8 +18,6 @@
#include "includes.h"
-#ifdef WITH_OPENSSL /* XXX just fix bignums and this is good */
-
#include <sys/types.h>
#include <sys/param.h>
#include <openbsd-compat/sys-tree.h>
@@ -1284,4 +1282,3 @@ ssh_krl_file_contains_key(const char *path, const struct sshkey *key)
errno = oerrno;
return r;
}
-#endif /* WITH_OPENSSL */