diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-08 21:54:03 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-08 21:54:03 +0000 |
| commit | 114e957fd6776a6ab3ced1cb5e3f04899696be13 (patch) | |
| tree | d6bcb79a252bc6415cc62fca5ca7d3683bfd0d76 /security/hydra/files/patch-smbnt | |
| parent | - I want to keep APACHE_PORT overridable even with apache2. (diff) | |
- Update to 4.5
PR: ports/77179
Submitted by: Laurent LEVIER <llevier@argosnet.com> (maintainer)
Diffstat (limited to 'security/hydra/files/patch-smbnt')
| -rw-r--r-- | security/hydra/files/patch-smbnt | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/security/hydra/files/patch-smbnt b/security/hydra/files/patch-smbnt deleted file mode 100644 index e59af5aa7e6d..000000000000 --- a/security/hydra/files/patch-smbnt +++ /dev/null @@ -1,32 +0,0 @@ ---- configure Thu Nov 20 10:45:28 2003 -+++ configure Mon May 3 15:14:26 2004 -@@ -26,5 +26,5 @@ - LIBDIRS=`cat /etc/ld.so.conf 2> /dev/null` - PREFIX=`echo "$1"|sed 's/.*--prefix=//'` --LIBDES="" -+LIBDES=" " - echo - ---- hydra-smbnt.c Fri Dec 12 03:47:16 2003 -+++ hydra-smbnt.c Mon May 3 15:19:09 2004 -@@ -5,6 +5,7 @@ - } - #else --#include "md4.h" --#include <des.h> -+#include <openssl/md4.h> -+#include <openssl/des.h> -+#include <openssl/des_old.h> - - /* -@@ -132,7 +132,7 @@ - unicodePassword[i * 2] = (u_char)pass[i]; - -- MD4Init(&md4Context); -- MD4Update(&md4Context, unicodePassword, mdlen); -- MD4Final(hash, &md4Context); /* Tell MD4 we're done */ -+ MD4_Init(&md4Context); -+ MD4_Update(&md4Context, unicodePassword, mdlen); -+ MD4_Final(hash, &md4Context); /* Tell MD4 we're done */ - } - |
