diff options
Diffstat (limited to 'upstream/debian-unstable/man7/EVP_RAND-HASH-DRBG.7ssl')
-rw-r--r-- | upstream/debian-unstable/man7/EVP_RAND-HASH-DRBG.7ssl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/upstream/debian-unstable/man7/EVP_RAND-HASH-DRBG.7ssl b/upstream/debian-unstable/man7/EVP_RAND-HASH-DRBG.7ssl index cf44f703..420a8bab 100644 --- a/upstream/debian-unstable/man7/EVP_RAND-HASH-DRBG.7ssl +++ b/upstream/debian-unstable/man7/EVP_RAND-HASH-DRBG.7ssl @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "EVP_RAND-HASH-DRBG 7SSL" -.TH EVP_RAND-HASH-DRBG 7SSL 2024-02-03 3.1.5 OpenSSL +.TH EVP_RAND-HASH-DRBG 7SSL 2024-04-04 3.2.2-dev OpenSSL .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -126,7 +126,7 @@ A context for HASH DRBG can be obtained by calling: .PP .Vb 2 \& EVP_RAND *rand = EVP_RAND_fetch(NULL, "HASH\-DRBG", NULL); -\& EVP_RAND_CTX *rctx = EVP_RAND_CTX_new(rand); +\& EVP_RAND_CTX *rctx = EVP_RAND_CTX_new(rand, NULL); .Ve .SH EXAMPLES .IX Header "EXAMPLES" |