doc: add a note to the RAND_get0_ calls indicating how to set the DRBG type.
[openssl.git] / doc / man3 / RAND_get0_primary.pod
index cf0fae95f7c31d87301283810c9be77adc95bc45..6ee3da2df76c229cea5c9ba3c2756b8518db8ca7 100644 (file)
@@ -57,9 +57,14 @@ During initialization, it is possible to change the reseed interval
 and reseed time interval.
 It is also possible to exchange the reseeding callbacks entirely.
 
+To set the type of DRBG that will be instantiated, use the
+L<RAND_set_DRBG_type(3)> call before accessing the random number generation
+infrastructure.
+
 =head1 SEE ALSO
 
-L<EVP_RAND(3)>
+L<EVP_RAND(3)>,
+L<RAND_set_DRBG_type(3)>
 
 =head1 HISTORY