evp_rand: documentation
[openssl.git] / doc / man3 / RAND_DRBG_set_callbacks.pod
index 0ae3028a5aa2ac9770abb5b1a655ba908496d423..543b3cc911573038fd3f362c87258ffae677dfe1 100644 (file)
@@ -131,7 +131,7 @@ The derivation function is disabled by calling the RAND_DRBG_new_ex()
 function with the RAND_DRBG_FLAG_CTR_NO_DF flag.  For more information on
 the derivation function and when it can be omitted, see [NIST SP 800-90A
 Rev. 1]. Roughly speaking it can be omitted if the random source has "full
-entropy", i.e., contains 8 bits of entropy per byte. In a FIPS context,
+entropy", that is, it contains 8 bits of entropy per byte. In a FIPS context,
 the derivation function can never be omitted.
 
 Even if a nonce is required, the B<get_nonce>() and B<cleanup_nonce>()