diff options
author | schwarze <> | 2018-03-23 02:20:16 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-23 02:20:16 +0000 |
commit | 82cea7b53a604d4fc95cffbfabe1df087ab92be8 (patch) | |
tree | daba0f144262ebf8898b3ff1d9a9af47767a07c3 /src/lib/libcrypto/man/X509_ALGOR_dup.3 | |
parent | 2484c1aafb64b3dbcd522d117fbe4f6c8e233a9f (diff) | |
download | openbsd-82cea7b53a604d4fc95cffbfabe1df087ab92be8.tar.gz openbsd-82cea7b53a604d4fc95cffbfabe1df087ab92be8.tar.bz2 openbsd-82cea7b53a604d4fc95cffbfabe1df087ab92be8.zip |
crypto HISTORY up to 0.9.8zh; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/X509_ALGOR_dup.3')
-rw-r--r-- | src/lib/libcrypto/man/X509_ALGOR_dup.3 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/X509_ALGOR_dup.3 b/src/lib/libcrypto/man/X509_ALGOR_dup.3 index 3c3c0d753b..fef1c7274d 100644 --- a/src/lib/libcrypto/man/X509_ALGOR_dup.3 +++ b/src/lib/libcrypto/man/X509_ALGOR_dup.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_ALGOR_dup.3,v 1.9 2018/03/23 01:05:50 schwarze Exp $ | 1 | .\" $OpenBSD: X509_ALGOR_dup.3,v 1.10 2018/03/23 02:20:16 schwarze Exp $ |
2 | .\" OpenSSL 4692340e Jun 7 15:49:08 2016 -0400 | 2 | .\" OpenSSL 4692340e Jun 7 15:49:08 2016 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -228,3 +228,7 @@ and | |||
228 | .Fn X509_ALGOR_get0 | 228 | .Fn X509_ALGOR_get0 |
229 | first appeared in OpenSSL 0.9.8h and have been available since | 229 | first appeared in OpenSSL 0.9.8h and have been available since |
230 | .Ox 4.5 . | 230 | .Ox 4.5 . |
231 | .Pp | ||
232 | .Fn X509_ALGOR_cmp | ||
233 | first appeared in OpenSSL 0.9.8zd and have been available since | ||
234 | .Ox 4.9 . | ||