From 974eeb93e3549d378d2c20276a51e2de21d50622 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 12 Apr 2016 11:49:40 +0100 Subject: [PATCH 1/1] Tweak to documentation Tweak to documentation following feedback Reviewed-by: Tim Hudson Reviewed-by: Richard Levitte --- doc/crypto/RAND_set_rand_method.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.34.1