diff options
Diffstat (limited to 'upstream/debian-unstable/man7/EVP_RAND-CTR-DRBG.7ssl')
-rw-r--r-- | upstream/debian-unstable/man7/EVP_RAND-CTR-DRBG.7ssl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/upstream/debian-unstable/man7/EVP_RAND-CTR-DRBG.7ssl b/upstream/debian-unstable/man7/EVP_RAND-CTR-DRBG.7ssl index 28c2242c..508ef8fb 100644 --- a/upstream/debian-unstable/man7/EVP_RAND-CTR-DRBG.7ssl +++ b/upstream/debian-unstable/man7/EVP_RAND-CTR-DRBG.7ssl @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "EVP_RAND-CTR-DRBG 7SSL" -.TH EVP_RAND-CTR-DRBG 7SSL 2024-02-03 3.1.5 OpenSSL +.TH EVP_RAND-CTR-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 @@ -115,7 +115,7 @@ A context for CTR DRBG can be obtained by calling: .PP .Vb 2 \& EVP_RAND *rand = EVP_RAND_fetch(NULL, "CTR\-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" |