summaryrefslogtreecommitdiff
path: root/authfile.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 /authfile.c
parentbc42cc6fe784f36df225c44c93b74830027cb5a2 (diff)
downloadopenssh-git-b03ebe2c22b8166e4f64c37737f4278676e3488d.tar.gz
more --without-openssl
fix some regressions caused by upstream merges enable KRLs now that they no longer require BIGNUMs
Diffstat (limited to 'authfile.c')
-rw-r--r--authfile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/authfile.c b/authfile.c
index de970860..d47e0058 100644
--- a/authfile.c
+++ b/authfile.c
@@ -551,12 +551,10 @@ sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file)
{
int r;
-#ifdef WITH_OPENSSL
r = ssh_krl_file_contains_key(revoked_keys_file, key);
/* If this was not a KRL to begin with then continue below */
if (r != SSH_ERR_KRL_BAD_MAGIC)
return r;
-#endif
/*
* If the file is not a KRL or we can't handle KRLs then attempt to