summaryrefslogtreecommitdiff
path: root/sshconnect.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-13 10:51:58 +1100
committerDamien Miller <djm@mindrot.org>1999-11-13 10:51:58 +1100
commit4956d2cf64748f281fb5211e6cd1a881f05c5270 (patch)
tree17b750c50dbba6b221909300d77e1104d3e0dbc7 /sshconnect.c
parent6854f820d62321f1a63f152e2d59e98bd8c01b69 (diff)
Remove redundant inclusion of config.h
Diffstat (limited to 'sshconnect.c')
-rw-r--r--sshconnect.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sshconnect.c b/sshconnect.c
index 80e4aff4a..033184595 100644
--- a/sshconnect.c
+++ b/sshconnect.c
@@ -14,9 +14,8 @@ login (authentication) dialog.
14 14
15*/ 15*/
16 16
17#include "config.h"
18#include "includes.h" 17#include "includes.h"
19RCSID("$Id: sshconnect.c,v 1.6 1999/11/12 04:19:27 damien Exp $"); 18RCSID("$Id: sshconnect.c,v 1.7 1999/11/12 23:51:58 damien Exp $");
20 19
21#ifdef HAVE_OPENSSL 20#ifdef HAVE_OPENSSL
22#include <openssl/bn.h> 21#include <openssl/bn.h>