summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--authfile.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/authfile.c b/authfile.c
index edd1cd9a2..0e77edf99 100644
--- a/authfile.c
+++ b/authfile.c
@@ -14,9 +14,8 @@ for reading the passphrase from the user.
14 14
15*/ 15*/
16 16
17#include "config.h"
18#include "includes.h" 17#include "includes.h"
19RCSID("$Id: authfile.c,v 1.2 1999/10/28 03:25:17 damien Exp $"); 18RCSID("$Id: authfile.c,v 1.3 1999/11/13 02:07:45 damien Exp $");
20 19
21#ifdef HAVE_OPENSSL 20#ifdef HAVE_OPENSSL
22#include <openssl/bn.h> 21#include <openssl/bn.h>