aboutsummaryrefslogtreecommitdiff
path: root/secure/lib
diff options
context:
space:
mode:
authorGraham Percival <gperciva@tarsnap.com>2024-11-02 03:24:19 +0000
committerMitchell Horne <mhorne@FreeBSD.org>2024-11-04 15:26:14 +0000
commitc7c3ef8949021696029fb73a513678578a9f8a46 (patch)
tree0bdd91b6e9f9fcada48ff15a211b9f2aa9c2a613 /secure/lib
parent9ca3286264006d196eeb4a284ca837ca84207a3d (diff)
Diffstat (limited to 'secure/lib')
-rw-r--r--secure/lib/libcrypto/man/man3/OSSL_DECODER_CTX.34
-rw-r--r--secure/lib/libcrypto/man/man3/SSL_set_retry_verify.32
-rw-r--r--secure/lib/libcrypto/man/man3/X509_LOOKUP.32
3 files changed, 4 insertions, 4 deletions
diff --git a/secure/lib/libcrypto/man/man3/OSSL_DECODER_CTX.3 b/secure/lib/libcrypto/man/man3/OSSL_DECODER_CTX.3
index ba3a05e6902c..f5b730f40096 100644
--- a/secure/lib/libcrypto/man/man3/OSSL_DECODER_CTX.3
+++ b/secure/lib/libcrypto/man/man3/OSSL_DECODER_CTX.3
@@ -182,8 +182,8 @@ OSSL_DECODER_INSTANCE_get_input_structure
\& int OSSL_DECODER_CTX_set_input_structure(OSSL_DECODER_CTX *ctx,
\& const char *input_structure);
\& int OSSL_DECODER_CTX_add_decoder(OSSL_DECODER_CTX *ctx, OSSL_DECODER *decoder);
-\& int OSSL_DECODER_CTX_add_extra(OSSL_DECODER_CTX *ctx,
-\& OSSL_LIB_CTX *libctx,
+\& int OSSL_DECODER_CTX_add_extra(OSSL_DECODER_CTX *ctx,
+\& OSSL_LIB_CTX *libctx,
\& const char *propq);
\& int OSSL_DECODER_CTX_get_num_decoders(OSSL_DECODER_CTX *ctx);
\&
diff --git a/secure/lib/libcrypto/man/man3/SSL_set_retry_verify.3 b/secure/lib/libcrypto/man/man3/SSL_set_retry_verify.3
index fcc1c53cb096..489a4ff5423e 100644
--- a/secure/lib/libcrypto/man/man3/SSL_set_retry_verify.3
+++ b/secure/lib/libcrypto/man/man3/SSL_set_retry_verify.3
@@ -172,7 +172,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 */)
diff --git a/secure/lib/libcrypto/man/man3/X509_LOOKUP.3 b/secure/lib/libcrypto/man/man3/X509_LOOKUP.3
index 0cde28cae042..ce29dfe232c4 100644
--- a/secure/lib/libcrypto/man/man3/X509_LOOKUP.3
+++ b/secure/lib/libcrypto/man/man3/X509_LOOKUP.3
@@ -321,7 +321,7 @@ or \s-1NULL\s0 on error.
0 on error.
.PP
\&\fBX509_LOOKUP_ctrl()\fR returns \-1 if the \fBX509_LOOKUP\fR doesn't have an
-associated \fBX509_LOOKUP_METHOD\fR, or 1 if the
+associated \fBX509_LOOKUP_METHOD\fR, or 1 if the
doesn't have a control function.
Otherwise, it returns what the control function in the
\&\fBX509_LOOKUP_METHOD\fR returns, which is usually 1 on success and 0 in