summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/d2i_X509_CRL.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/d2i_X509_CRL.3')
-rw-r--r--src/lib/libcrypto/man/d2i_X509_CRL.37
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/d2i_X509_CRL.3 b/src/lib/libcrypto/man/d2i_X509_CRL.3
index dd1abf4586..1c8ca5c6b9 100644
--- a/src/lib/libcrypto/man/d2i_X509_CRL.3
+++ b/src/lib/libcrypto/man/d2i_X509_CRL.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: d2i_X509_CRL.3,v 1.3 2016/12/05 20:32:19 schwarze Exp $ 1.\" $OpenBSD: d2i_X509_CRL.3,v 1.4 2016/12/08 20:22:08 jmc Exp $
2.\" OpenSSL bb9ad09e Jun 6 00:43:05 2016 -0400 2.\" OpenSSL bb9ad09e Jun 6 00:43:05 2016 -0400
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: December 5 2016 $ 52.Dd $Mdocdate: December 8 2016 $
53.Dt D2I_X509_CRL 3 53.Dt D2I_X509_CRL 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -96,8 +96,7 @@
96.Sh DESCRIPTION 96.Sh DESCRIPTION
97These functions decode and encode an X509 CRL (certificate revocation 97These functions decode and encode an X509 CRL (certificate revocation
98list). 98list).
99.Pp 99They otherwise behave in a way similar to
100Otherwise the functions behave in a way similar to
101.Xr d2i_X509 3 100.Xr d2i_X509 3
102and 101and
103.Xr i2d_X509 3 . 102.Xr i2d_X509 3 .