docs: update CTR DRBG documentation to not mention the lack of a derivation function in FIPS

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/16096)
This commit is contained in:
Pauli 2021-07-16 11:54:14 +10:00
parent 4e6fa8014f
commit 9989a746eb
1 changed files with 1 additions and 2 deletions

View File

@ -54,8 +54,7 @@ These parameters work as described in L<EVP_RAND(3)/PARAMETERS>.
This Boolean indicates if a derivation function should be used or not.
A nonzero value (the default) uses the derivation function. A zero value
does not. The FIPS provider always uses the derivation function and attempts
to set this value result in an error.
does not.
=back