diff options
author | djm@openbsd.org <djm@openbsd.org> | 2015-03-18 02:44:21 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2015-03-23 07:08:39 +0100 |
commit | 725fd22a8c41db7de73a638539a5157b7e4424ae (patch) | |
tree | 330bd28f9a4e4d21e504986475f6b0bdcd33d825 /authfile.c | |
parent | upstream commit (diff) | |
download | openssh-725fd22a8c41db7de73a638539a5157b7e4424ae.tar.xz openssh-725fd22a8c41db7de73a638539a5157b7e4424ae.zip |
upstream commit
KRL support doesn't need OpenSSL anymore, remove #ifdefs
from around call
Diffstat (limited to 'authfile.c')
-rw-r--r-- | authfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/authfile.c b/authfile.c index 3a81786c7..a6473c829 100644 --- a/authfile.c +++ b/authfile.c @@ -1,4 +1,4 @@ -/* $OpenBSD: authfile.c,v 1.111 2015/02/23 16:55:51 djm Exp $ */ +/* $OpenBSD: authfile.c,v 1.112 2015/03/18 01:44:21 djm Exp $ */ /* * Copyright (c) 2000, 2013 Markus Friedl. All rights reserved. * |