From 777b83d3eabd28229da2f1c438ad2cc3d8532734 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Sun, 15 Jan 2017 10:18:30 +0100 Subject: [PATCH] net-libs/libesmtp: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3488 --- net-libs/libesmtp/files/libesmtp-1.0-openssl.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 net-libs/libesmtp/files/libesmtp-1.0-openssl.patch diff --git a/net-libs/libesmtp/files/libesmtp-1.0-openssl.patch b/net-libs/libesmtp/files/libesmtp-1.0-openssl.patch deleted file mode 100644 index 2a7df7ea375f..000000000000 --- a/net-libs/libesmtp/files/libesmtp-1.0-openssl.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- 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 -- 2.26.2