diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-21 16:09:52 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-21 16:09:52 +0000 |
commit | 43f1feef67c6c814aeb0a14599eed89d657d2576 (patch) | |
tree | 512c04a6f9497d8dc804dd81e7456de515d743ca /lib/libcrypto/man/X509_get_version.3 | |
parent | 0c71a57c4b1db09e0c75eba8b9f1fd175a9dc9da (diff) |
crypto HISTORY up to OpenSSL 0.9.2b; researched from OpenSSL git
Diffstat (limited to 'lib/libcrypto/man/X509_get_version.3')
-rw-r--r-- | lib/libcrypto/man/X509_get_version.3 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libcrypto/man/X509_get_version.3 b/lib/libcrypto/man/X509_get_version.3 index b23fa49caa5..244e4984b6a 100644 --- a/lib/libcrypto/man/X509_get_version.3 +++ b/lib/libcrypto/man/X509_get_version.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_get_version.3,v 1.2 2018/03/21 03:16:08 schwarze Exp $ +.\" $OpenBSD: X509_get_version.3,v 1.3 2018/03/21 16:09:51 schwarze Exp $ .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. @@ -155,3 +155,7 @@ and .Fn X509_REQ_set_version appeared before SSLeay 0.8 and have been available since .Ox 2.4 . +.Pp +.Fn X509_CRL_get_version +first appeared in OpenSSL 0.9.2b and have been available since +.Ox 2.6 . |