summaryrefslogtreecommitdiffstats
path: root/authfile.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2015-03-18 01:44:21 +0000
committerDamien Miller <djm@mindrot.org>2015-03-23 17:08:39 +1100
commit725fd22a8c41db7de73a638539a5157b7e4424ae (patch)
tree330bd28f9a4e4d21e504986475f6b0bdcd33d825 /authfile.c
parentb07011c18e0b2e172c5fd09d21fb159a0bf5fcc7 (diff)
upstream commit
KRL support doesn't need OpenSSL anymore, remove #ifdefs from around call
Diffstat (limited to 'authfile.c')
-rw-r--r--authfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/authfile.c b/authfile.c
index 3a81786c..a6473c82 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.
*