summaryrefslogtreecommitdiffstats
path: root/upstream/archlinux/man3/SSL_set_retry_verify.3ssl
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/archlinux/man3/SSL_set_retry_verify.3ssl')
-rw-r--r--upstream/archlinux/man3/SSL_set_retry_verify.3ssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/upstream/archlinux/man3/SSL_set_retry_verify.3ssl b/upstream/archlinux/man3/SSL_set_retry_verify.3ssl
index 92cf4bbf..29afa438 100644
--- a/upstream/archlinux/man3/SSL_set_retry_verify.3ssl
+++ b/upstream/archlinux/man3/SSL_set_retry_verify.3ssl
@@ -55,7 +55,7 @@
.\" ========================================================================
.\"
.IX Title "SSL_SET_RETRY_VERIFY 3ssl"
-.TH SSL_SET_RETRY_VERIFY 3ssl 2024-01-30 3.2.1 OpenSSL
+.TH SSL_SET_RETRY_VERIFY 3ssl 2024-04-28 3.3.0 OpenSSL
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -96,7 +96,7 @@ with the \fBX509_STORE_CTX\fR to call the \fBSSL_set_retry_verify()\fR function:
\&
\& /* this should not happen but check anyway */
\& if (idx < 0
-\& || (ssl = X509_STORE_CTX_get_ex_data(ctx, idx)) == NULL)
+\& || (ssl = X509_STORE_CTX_get_ex_data(ctx, idx)) == NULL)
\& return 0;
\&
\& if (/* we need to retry verification callback */)