diff options
author | 2003-09-17 19:58:53 +0000 | |
---|---|---|
committer | 2003-09-17 19:58:53 +0000 | |
commit | 95ef3ac1faedc2abcf045cf2cd760ea61b0549f5 (patch) | |
tree | ad90a26214c734dc643d01078e5168e224de012b /net-libs/libesmtp/files | |
parent | fixing Manifest (diff) | |
download | gentoo-2-95ef3ac1faedc2abcf045cf2cd760ea61b0549f5.tar.gz gentoo-2-95ef3ac1faedc2abcf045cf2cd760ea61b0549f5.tar.bz2 gentoo-2-95ef3ac1faedc2abcf045cf2cd760ea61b0549f5.zip |
Closes #21914
Diffstat (limited to 'net-libs/libesmtp/files')
-rw-r--r-- | net-libs/libesmtp/files/digest-libesmtp-1.0 | 1 | ||||
-rw-r--r-- | net-libs/libesmtp/files/libesmtp-1.0-openssl.patch | 13 |
2 files changed, 13 insertions, 1 deletions
diff --git a/net-libs/libesmtp/files/digest-libesmtp-1.0 b/net-libs/libesmtp/files/digest-libesmtp-1.0 deleted file mode 100644 index 588955cf4e98..000000000000 --- a/net-libs/libesmtp/files/digest-libesmtp-1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 6da5742bd8119a48a8385adfad14ea85 libesmtp-1.0.tar.bz2 230169 diff --git a/net-libs/libesmtp/files/libesmtp-1.0-openssl.patch b/net-libs/libesmtp/files/libesmtp-1.0-openssl.patch new file mode 100644 index 000000000000..2a7df7ea375f --- /dev/null +++ b/net-libs/libesmtp/files/libesmtp-1.0-openssl.patch @@ -0,0 +1,13 @@ +--- ntlm/ntlmdes.c 2003-09-17 19:27:03.000000000 +0000 ++++ ntlm/ntlmdes.c 2003-09-17 19:27:40.000000000 +0000 +@@ -60,8 +60,8 @@ + des_ecb_encrypt (iv, result, ks, DES_ENCRYPT); + + /* paranoia */ +- memset (key, 0, sizeof key); +- memset (ks, 0, sizeof ks); ++ memset (&key, 0, sizeof key); ++ memset (&ks, 0, sizeof ks); + } + + /* Copy and convert to upper case. If supplied string is shorter than the |