diff options
Diffstat (limited to 'src/lib/libcrypto/man/X509V3_get_d2i.3')
-rw-r--r-- | src/lib/libcrypto/man/X509V3_get_d2i.3 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/X509V3_get_d2i.3 b/src/lib/libcrypto/man/X509V3_get_d2i.3 index 391e9c40a3..03af7fbcdd 100644 --- a/src/lib/libcrypto/man/X509V3_get_d2i.3 +++ b/src/lib/libcrypto/man/X509V3_get_d2i.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509V3_get_d2i.3,v 1.12 2018/03/22 16:06:33 schwarze Exp $ | 1 | .\" $OpenBSD: X509V3_get_d2i.3,v 1.13 2018/03/22 21:08:22 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL ff7fbfd5 Nov 2 11:52:01 2015 +0000 | 2 | .\" full merge up to: OpenSSL ff7fbfd5 Nov 2 11:52:01 2015 +0000 |
3 | .\" selective merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 | 3 | .\" selective merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 |
4 | .\" | 4 | .\" |
@@ -420,3 +420,11 @@ and | |||
420 | .Fn X509_REVOKED_get_ext_d2i | 420 | .Fn X509_REVOKED_get_ext_d2i |
421 | first appeared in OpenSSL 0.9.5 and have been available since | 421 | first appeared in OpenSSL 0.9.5 and have been available since |
422 | .Ox 2.7 . | 422 | .Ox 2.7 . |
423 | .Pp | ||
424 | .Fn X509V3_add1_i2d , | ||
425 | .Fn X509_add1_ext_i2d , | ||
426 | .Fn X509_CRL_add1_ext_i2d , | ||
427 | and | ||
428 | .Fn X509_REVOKED_add1_ext_i2d | ||
429 | first appeared in OpenSSL 0.9.7 and have been available since | ||
430 | .Ox 3.2 . | ||