diff options
author | Jack Lloyd <[email protected]> | 2016-11-18 15:08:56 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-11-18 15:08:56 -0500 |
commit | dc94557f0f72766dbfba5e129da25dd0111fa564 (patch) | |
tree | f2bb54c05769d3218abf3ba29e8bc9909445e4bd /src/lib/ffi | |
parent | 2031d93f0c07e0f310cb1366a07a8350301f19b0 (diff) |
Don't force HMAC_DRBG to be enabled
No need to strictly require it, and some applications may only want
system RNG or RDRAND.
Diffstat (limited to 'src/lib/ffi')
-rw-r--r-- | src/lib/ffi/info.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffi/info.txt b/src/lib/ffi/info.txt index 057bbd012..7b3068274 100644 --- a/src/lib/ffi/info.txt +++ b/src/lib/ffi/info.txt @@ -8,5 +8,6 @@ pubkey x509 #tls system_rng +auto_rng </requires> |