summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/authfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ssh/authfile.c')
-rw-r--r--usr.bin/ssh/authfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/authfile.c b/usr.bin/ssh/authfile.c
index 6acc330c69a..50f24379a7a 100644
--- a/usr.bin/ssh/authfile.c
+++ b/usr.bin/ssh/authfile.c
@@ -15,9 +15,9 @@
*/
#include "includes.h"
-RCSID("$Id: authfile.c,v 1.12 2000/04/04 21:37:27 markus Exp $");
+RCSID("$Id: authfile.c,v 1.13 2000/04/12 09:39:10 markus Exp $");
-#include <ssl/bn.h>
+#include <openssl/bn.h>
#include "xmalloc.h"
#include "buffer.h"
#include "bufaux.h"