diff options
author | Tim Yardley <lst@openwrt.org> | 2007-04-08 00:34:37 +0000 |
---|---|---|
committer | Tim Yardley <lst@openwrt.org> | 2007-04-08 00:34:37 +0000 |
commit | f114756689f36bbcba1d28e054145675aaf75655 (patch) | |
tree | d11cfe1642225ff4c021565c94cfe56aceae9e6b /package/dropbear/patches/160-pam_header.patch | |
parent | 169e9ea9a23425e9b48004cd49c31f6dab2e44a5 (diff) | |
download | upstream-f114756689f36bbcba1d28e054145675aaf75655.tar.gz upstream-f114756689f36bbcba1d28e054145675aaf75655.tar.bz2 upstream-f114756689f36bbcba1d28e054145675aaf75655.zip |
update dropbear to 0.49
SVN-Revision: 6890
Diffstat (limited to 'package/dropbear/patches/160-pam_header.patch')
-rw-r--r-- | package/dropbear/patches/160-pam_header.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/package/dropbear/patches/160-pam_header.patch b/package/dropbear/patches/160-pam_header.patch deleted file mode 100644 index 1c900f7169..0000000000 --- a/package/dropbear/patches/160-pam_header.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -ur dropbear.old/svr-authpam.c dropbear.dev/svr-authpam.c ---- dropbear.old/svr-authpam.c 2006-03-12 05:52:52.000000000 +0100 -+++ dropbear.dev/svr-authpam.c 2007-02-27 02:55:41.382234344 +0100 -@@ -31,14 +31,13 @@ - #include "dbutil.h" - #include "auth.h" - -+#ifdef ENABLE_SVR_PAM_AUTH - #if defined(HAVE_SECURITY_PAM_APPL_H) - #include <security/pam_appl.h> - #elif defined (HAVE_PAM_PAM_APPL_H) - #include <pam/pam_appl.h> - #endif - --#ifdef ENABLE_SVR_PAM_AUTH -- - struct UserDataS { - char* user; - char* passwd; |