aboutsummaryrefslogtreecommitdiff
path: root/libssh/keys.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2008-03-07 01:45:05 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2008-03-07 01:45:05 +0000
commit29997022c812a5ac47c1c96cbea4d8cee339b532 (patch)
tree9211b4ceac9dc49ddacfe011882af2db32ee2d9f /libssh/keys.c
parent5029fe9d74d0fbc93cc2756d8b48d1bb462e3f39 (diff)
downloadlibssh-29997022c812a5ac47c1c96cbea4d8cee339b532.tar.gz
libssh-29997022c812a5ac47c1c96cbea4d8cee339b532.tar.xz
libssh-29997022c812a5ac47c1c96cbea4d8cee339b532.zip
first part of win32 patches
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@141 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'libssh/keys.c')
-rw-r--r--libssh/keys.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libssh/keys.c b/libssh/keys.c
index 1287701..d3b81a8 100644
--- a/libssh/keys.c
+++ b/libssh/keys.c
@@ -22,7 +22,6 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
#include <stdlib.h>
#include <string.h>
-#include <netinet/in.h>
#ifdef HAVE_LIBCRYPTO
#include <openssl/dsa.h>
#include <openssl/rsa.h>