summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsg <>2021-12-31 22:38:01 +0000
committerjsg <>2021-12-31 22:38:01 +0000
commitaad8d57bf8f3071737c701e9aec0834f572ab665 (patch)
treeca2255e6827aba8e83021f6602620de3e2bb153d
parent50ad66d8b41ce32a7b9b81e6173c4af40af726bc (diff)
downloadopenbsd-aad8d57bf8f3071737c701e9aec0834f572ab665.tar.gz
openbsd-aad8d57bf8f3071737c701e9aec0834f572ab665.tar.bz2
openbsd-aad8d57bf8f3071737c701e9aec0834f572ab665.zip
deafult -> default
-rw-r--r--src/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 b/src/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
index 3226dabcd3..ef9e2d3e05 100644
--- a/src/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
+++ b/src/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_VERIFY_PARAM_set_flags.3,v 1.21 2021/11/17 16:08:32 schwarze Exp $ 1.\" $OpenBSD: X509_VERIFY_PARAM_set_flags.3,v 1.22 2021/12/31 22:38:01 jsg Exp $
2.\" full merge up to: OpenSSL d33def66 Feb 9 14:17:13 2016 -0500 2.\" full merge up to: OpenSSL d33def66 Feb 9 14:17:13 2016 -0500
3.\" selective merge up to: OpenSSL 24a535ea Sep 22 13:14:20 2020 +0100 3.\" selective merge up to: OpenSSL 24a535ea Sep 22 13:14:20 2020 +0100
4.\" 4.\"
@@ -68,7 +68,7 @@
68.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 68.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
69.\" OF THE POSSIBILITY OF SUCH DAMAGE. 69.\" OF THE POSSIBILITY OF SUCH DAMAGE.
70.\" 70.\"
71.Dd $Mdocdate: November 17 2021 $ 71.Dd $Mdocdate: December 31 2021 $
72.Dt X509_VERIFY_PARAM_SET_FLAGS 3 72.Dt X509_VERIFY_PARAM_SET_FLAGS 3
73.Os 73.Os
74.Sh NAME 74.Sh NAME
@@ -618,7 +618,7 @@ nor
618.Dv X509_V_FLAG_NO_CHECK_TIME 618.Dv X509_V_FLAG_NO_CHECK_TIME
619is set, the validity period of certificates and CRLs is checked 619is set, the validity period of certificates and CRLs is checked
620using the current time. 620using the current time.
621This is the deafult behaviour. 621This is the default behaviour.
622In this case, if a validation time was set with 622In this case, if a validation time was set with
623.Fn X509_VERIFY_PARAM_set_time 623.Fn X509_VERIFY_PARAM_set_time
624but 624but