summaryrefslogtreecommitdiff
path: root/sshconnect.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:20:46 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:20:46 +1100
commit52ab08475511b5700e823f058b7ffebbcbcf7056 (patch)
treea3d4cba4135f30395caa2c92db410dee5de46e37 /sshconnect.c
parent0b70b54abc79e73ab0949b56c3d7dd1c3e60bf47 (diff)
downloadopenssh-git-52ab08475511b5700e823f058b7ffebbcbcf7056.tar.gz
- stevesk@cvs.openbsd.org 2006/02/08 14:16:59
[sshconnect.c] <openssl/bn.h> not needed
Diffstat (limited to 'sshconnect.c')
-rw-r--r--sshconnect.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sshconnect.c b/sshconnect.c
index 9da911c4..a71251ea 100644
--- a/sshconnect.c
+++ b/sshconnect.c
@@ -13,12 +13,10 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sshconnect.c,v 1.172 2006/02/08 12:15:27 stevesk Exp $");
+RCSID("$OpenBSD: sshconnect.c,v 1.173 2006/02/08 14:16:59 stevesk Exp $");
#include <paths.h>
-#include <openssl/bn.h>
-
#include "ssh.h"
#include "xmalloc.h"
#include "rsa.h"