diff options
author | Jack Lloyd <[email protected]> | 2016-11-17 11:52:05 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-11-17 11:52:05 -0500 |
commit | c072fb0eca6748db9913e08811fef4b8168bac40 (patch) | |
tree | 319267dec25e011f21ec425d4a8265adc7742dcc /src/build-data | |
parent | b9d4052012abd077556d987204e64de31f15fbc1 (diff) |
Don't strictly require ffi in modern policy
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/policy/modern.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/build-data/policy/modern.txt b/src/build-data/policy/modern.txt index 29198950c..e6b58dcf7 100644 --- a/src/build-data/policy/modern.txt +++ b/src/build-data/policy/modern.txt @@ -24,7 +24,6 @@ siphash pbkdf2 bcrypt -compression # required for private key encryption pbes2 @@ -41,11 +40,11 @@ emsa1 auto_rng hmac_drbg - -ffi </required> <if_available> +ffi + tls prf_tls newhope |