summaryrefslogtreecommitdiffstats
path: root/upstream/debian-unstable/man7/EVP_RAND-HMAC-DRBG.7ssl
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:03 +0000
commit932e4432596447eb9331cc2a2bb74a26a35b4efc (patch)
tree95161711ea07fd64f0c82d6e7943024c033dd5a8 /upstream/debian-unstable/man7/EVP_RAND-HMAC-DRBG.7ssl
parentAdding debian version 4.22.0-1. (diff)
downloadmanpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz
manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/debian-unstable/man7/EVP_RAND-HMAC-DRBG.7ssl')
-rw-r--r--upstream/debian-unstable/man7/EVP_RAND-HMAC-DRBG.7ssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/upstream/debian-unstable/man7/EVP_RAND-HMAC-DRBG.7ssl b/upstream/debian-unstable/man7/EVP_RAND-HMAC-DRBG.7ssl
index 99ceafc8..62dadc64 100644
--- a/upstream/debian-unstable/man7/EVP_RAND-HMAC-DRBG.7ssl
+++ b/upstream/debian-unstable/man7/EVP_RAND-HMAC-DRBG.7ssl
@@ -55,7 +55,7 @@
.\" ========================================================================
.\"
.IX Title "EVP_RAND-HMAC-DRBG 7SSL"
-.TH EVP_RAND-HMAC-DRBG 7SSL 2024-02-03 3.1.5 OpenSSL
+.TH EVP_RAND-HMAC-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
@@ -127,7 +127,7 @@ A context for HMAC DRBG can be obtained by calling:
.PP
.Vb 2
\& EVP_RAND *rand = EVP_RAND_fetch(NULL, "HMAC\-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"