diff options
author | schwarze <> | 2019-08-11 12:46:38 +0000 |
---|---|---|
committer | schwarze <> | 2019-08-11 12:46:38 +0000 |
commit | 80bc48a93bc465205b7d9058aa879f0997197468 (patch) | |
tree | 481677497d5cc6e9d6ac456462bde9b2ec7cf122 /src/lib/libcrypto/man/CMS_final.3 | |
parent | 430e85a9a41f3ce309fc44acad02904051aff863 (diff) | |
download | openbsd-80bc48a93bc465205b7d9058aa879f0997197468.tar.gz openbsd-80bc48a93bc465205b7d9058aa879f0997197468.tar.bz2 openbsd-80bc48a93bc465205b7d9058aa879f0997197468.zip |
bring HISTORY sections up to OpenBSD standards
Diffstat (limited to 'src/lib/libcrypto/man/CMS_final.3')
-rw-r--r-- | src/lib/libcrypto/man/CMS_final.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/CMS_final.3 b/src/lib/libcrypto/man/CMS_final.3 index 8404005c74..2371e4434b 100644 --- a/src/lib/libcrypto/man/CMS_final.3 +++ b/src/lib/libcrypto/man/CMS_final.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: CMS_final.3,v 1.3 2019/08/10 23:41:22 schwarze Exp $ | 1 | .\" $OpenBSD: CMS_final.3,v 1.4 2019/08/11 12:46:38 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL 25ccb589 Jul 1 02:02:06 2019 +0800 | 2 | .\" full merge up to: OpenSSL 25ccb589 Jul 1 02:02:06 2019 +0800 |
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>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: August 10 2019 $ | 51 | .Dd $Mdocdate: August 11 2019 $ |
52 | .Dt CMS_FINAL 3 | 52 | .Dt CMS_FINAL 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -95,4 +95,6 @@ returns 1 for success or 0 for failure. | |||
95 | .Xr ERR_get_error 3 | 95 | .Xr ERR_get_error 3 |
96 | .Sh HISTORY | 96 | .Sh HISTORY |
97 | .Fn CMS_final | 97 | .Fn CMS_final |
98 | was added to OpenSSL 0.9.8. | 98 | first appeared in OpenSSL 0.9.8h |
99 | and has been available since | ||
100 | .Ox 6.6 . | ||