diff options
Diffstat (limited to 'doc/man3/RAND_DRBG_set_callbacks.pod')
-rw-r--r-- | doc/man3/RAND_DRBG_set_callbacks.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/RAND_DRBG_set_callbacks.pod b/doc/man3/RAND_DRBG_set_callbacks.pod index 55e9a8b7af77..4d04645694ce 100644 --- a/doc/man3/RAND_DRBG_set_callbacks.pod +++ b/doc/man3/RAND_DRBG_set_callbacks.pod @@ -77,7 +77,7 @@ does not satisfy the conditions requested by [NIST SP 800-90C], then it must also indicate an error by returning a buffer length of 0. See NOTES section for more details. -The B<cleanup_entropy>() callback is called from the B<drbg> to to clear and +The B<cleanup_entropy>() callback is called from the B<drbg> to clear and free the buffer allocated previously by get_entropy(). The values B<out> and B<outlen> are the random buffer's address and length, as returned by the get_entropy() callback. @@ -136,7 +136,7 @@ The RAND_DRBG functions were added in OpenSSL 1.1.1. =head1 COPYRIGHT -Copyright 2017-2019 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2017-2020 The OpenSSL Project Authors. All Rights Reserved. Licensed under the OpenSSL license (the "License"). You may not use this file except in compliance with the License. You can obtain a copy |