Tweak to documentation
Tweak to documentation following feedback Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
1d5099dec6
commit
974eeb93e3
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue