diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-08-28 21:28:55 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-08-30 00:41:06 +0200 |
commit | dbddf84e82f627f7273f52e1f8a75fa85b85fd13 (patch) | |
tree | 173fd74f117043d1ab45b0a47d767959a027abdf /net-vpn | |
parent | sys-apps/fwupd: remove unused patch (diff) | |
download | gentoo-dbddf84e82f627f7273f52e1f8a75fa85b85fd13.tar.gz gentoo-dbddf84e82f627f7273f52e1f8a75fa85b85fd13.tar.bz2 gentoo-dbddf84e82f627f7273f52e1f8a75fa85b85fd13.zip |
net-vpn/libreswan: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/22147
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/libreswan/files/libreswan-3.32-nss-compat.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net-vpn/libreswan/files/libreswan-3.32-nss-compat.patch b/net-vpn/libreswan/files/libreswan-3.32-nss-compat.patch deleted file mode 100644 index 09f71a9f907c..000000000000 --- a/net-vpn/libreswan/files/libreswan-3.32-nss-compat.patch +++ /dev/null @@ -1,23 +0,0 @@ -Add compatibility setting for NSS - -https://github.com/libreswan/libreswan/commit/65a497959a0e1ca615341109eaad5e75723839d6 - -We patch a different file because a later commit moved the setting to this file. - -diff --git a/lib/libswan/ike_alg_encrypt_nss_gcm_ops.c b/lib/libswan/ike_alg_encrypt_nss_gcm_ops.c -index 93a027089a..571913cc1e 100644 ---- a/lib/libswan/ike_alg_encrypt_nss_gcm_ops.c -+++ b/lib/libswan/ike_alg_encrypt_nss_gcm_ops.c -@@ -16,6 +16,12 @@ - #include <stdio.h> - #include <stdlib.h> - -+/* -+ * Special advise from Bob Relyea - needs to go before any nss include -+ * -+ */ -+#define NSS_PKCS11_2_0_COMPAT 1 -+ - #include "lswlog.h" - #include "lswnss.h" - #include "prmem.h" |