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