diff options
author | Alexander Logvinov <avl@FreeBSD.org> | 2009-07-15 13:54:56 +0000 |
---|---|---|
committer | Alexander Logvinov <avl@FreeBSD.org> | 2009-07-15 13:54:56 +0000 |
commit | e3725d54a678c392b031e6339a63f490ce3fd367 (patch) | |
tree | 474071650b4d201dff283adbe000273e299a5529 /security/libssh/files/patch-libssh__auth.c | |
parent | - Fix missing dependency of devel/p5-Module-Pluggable for Perl < 5.8.9 (diff) |
- Update to 0.3.1
Approved by: tabthorpe (mentor)
Notes
Notes:
svn path=/head/; revision=237881
Diffstat (limited to 'security/libssh/files/patch-libssh__auth.c')
-rw-r--r-- | security/libssh/files/patch-libssh__auth.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/security/libssh/files/patch-libssh__auth.c b/security/libssh/files/patch-libssh__auth.c deleted file mode 100644 index 32b680a3b0eb..000000000000 --- a/security/libssh/files/patch-libssh__auth.c +++ /dev/null @@ -1,22 +0,0 @@ ---- ./libssh/auth.c.orig 2009-05-21 18:46:17.000000000 +1000 -+++ ./libssh/auth.c 2009-07-09 08:21:13.000000000 +1000 -@@ -22,12 +22,17 @@ - * MA 02111-1307, USA. - */ - --#include "libssh/priv.h" --#include "libssh/ssh2.h" - #include <stdlib.h> - #include <stdio.h> - #include <string.h> - -+#ifndef _WIN32 -+#include <arpa/inet.h> -+#endif -+ -+#include "libssh/priv.h" -+#include "libssh/ssh2.h" -+ - /** \defgroup ssh_auth SSH Authentication functions - * \brief functions to authenticate to servers - */ |