From: Matt Caswell Date: Tue, 12 Apr 2016 10:49:40 +0000 (+0100) Subject: Tweak to documentation X-Git-Tag: OpenSSL_1_1_0-pre5~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=974eeb93e3549d378d2c20276a51e2de21d50622;p=openssl Tweak to documentation Tweak to documentation following feedback Reviewed-by: Tim Hudson Reviewed-by: Richard Levitte --- diff --git a/doc/crypto/RAND_set_rand_method.pod b/doc/crypto/RAND_set_rand_method.pod index 01babe6036..6a421a2084 100644 --- a/doc/crypto/RAND_set_rand_method.pod +++ b/doc/crypto/RAND_set_rand_method.pod @@ -45,8 +45,8 @@ API is being used, so this function is no longer recommended. int (*status)(void); } RAND_METHOD; -The components point to the implementation of RAND_seed(), -RAND_bytes(), internal RAND cleanup, RAND_add(), RAND_pseudo_rand() +The components point to method implementations used by (or called by), in order, +RAND_seed(), RAND_bytes(), internal RAND cleanup, RAND_add(), RAND_pseudo_rand() and RAND_status(). Each component may be NULL if the function is not implemented.