From b03ebe2c22b8166e4f64c37737f4278676e3488d Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 15 Jan 2015 03:08:58 +1100 Subject: more --without-openssl fix some regressions caused by upstream merges enable KRLs now that they no longer require BIGNUMs --- krl.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'krl.c') diff --git a/krl.c b/krl.c index b19def79f..3917338f9 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 #include #include @@ -1284,4 +1282,3 @@ ssh_krl_file_contains_key(const char *path, const struct sshkey *key) errno = oerrno; return r; } -#endif /* WITH_OPENSSL */ -- cgit v1.2.3