summaryrefslogtreecommitdiff
path: root/net-vpn/libreswan/files/libreswan-3.32-nss-compat.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-31 08:59:54 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-31 08:59:54 +0100
commit3b08f674e3f771b49370edb144dab0958c8cf721 (patch)
tree3673eb62859b2343bc70589f2f9d670c2eee5cc8 /net-vpn/libreswan/files/libreswan-3.32-nss-compat.patch
parentb1c81de4fadbd00897700a7321f03b390d952b2e (diff)
gentoo resync : 31.08.2021
Diffstat (limited to 'net-vpn/libreswan/files/libreswan-3.32-nss-compat.patch')
-rw-r--r--net-vpn/libreswan/files/libreswan-3.32-nss-compat.patch23
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"