Changeset View
Changeset View
Standalone View
Standalone View
files/fix-runtime-breakage-with-nss-3.52.patch
- This file was added.
| 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" | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.