diff options
author | Moonchild <moonchild@palemoon.org> | 2022-05-22 08:42:57 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-05-22 08:42:57 +0000 |
commit | 1588077e629baa1c27e03149e39f06c265419e0b (patch) | |
tree | c68a8e348c2a388363c16a385fd52129cffe2b35 | |
parent | 17970a216be448b53082c39212b39d7df0afd12b (diff) | |
download | uxp-1588077e629baa1c27e03149e39f06c265419e0b.tar.gz |
Issue #1847 - Follow-up: Re-enable building of FIPS mode in NSS.
This fell by the wayside when transitioning to gyp, but there's no good
transition path for people previously enabling the obsolete FIPS-140 mode.
-rw-r--r-- | security/nss/coreconf/config.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/coreconf/config.gypi b/security/nss/coreconf/config.gypi index 655e578a16..18527487c0 100644 --- a/security/nss/coreconf/config.gypi +++ b/security/nss/coreconf/config.gypi @@ -125,7 +125,7 @@ # on all machines. 'nss_include_dir%': '/usr/include/nss', 'only_dev_random%': 1, - 'disable_fips%': 1, + 'disable_fips%': 0, 'mozpkix_only%': 0, 'coverage%': 0, 'softfp_cflags%': '', |