Tweak to documentation
authorMatt Caswell <matt@openssl.org>
Tue, 12 Apr 2016 10:49:40 +0000 (11:49 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 13 Apr 2016 07:59:03 +0000 (08:59 +0100)
Tweak to documentation following feedback

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
doc/crypto/RAND_set_rand_method.pod

index 01babe603683ea8d2da4d1eeede77603e79ab784..6a421a2084429983a5ee311a41c7c8b9b66041d8 100644 (file)
@@ -45,8 +45,8 @@ API is being used, so this function is no longer recommended.
        int (*status)(void);
  } RAND_METHOD;
 
        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.
 
 and RAND_status().
 Each component may be NULL if the function is not implemented.