diff options
author | schwarze <> | 2018-03-23 23:18:17 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-23 23:18:17 +0000 |
commit | c44c09a9be771317de7b5d8cc4da99b7c7d44bab (patch) | |
tree | ce00f94e47d15a430216876717307f890042478d /src/lib/libcrypto/man/BN_bn2bin.3 | |
parent | 7391db9174b12cb920b10b74b22b7b4401a33c4a (diff) | |
download | openbsd-c44c09a9be771317de7b5d8cc4da99b7c7d44bab.tar.gz openbsd-c44c09a9be771317de7b5d8cc4da99b7c7d44bab.tar.bz2 openbsd-c44c09a9be771317de7b5d8cc4da99b7c7d44bab.zip |
finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixes
Diffstat (limited to 'src/lib/libcrypto/man/BN_bn2bin.3')
-rw-r--r-- | src/lib/libcrypto/man/BN_bn2bin.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BN_bn2bin.3 b/src/lib/libcrypto/man/BN_bn2bin.3 index a94a8b82e1..a12a33e301 100644 --- a/src/lib/libcrypto/man/BN_bn2bin.3 +++ b/src/lib/libcrypto/man/BN_bn2bin.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BN_bn2bin.3,v 1.9 2018/03/23 04:34:23 schwarze Exp $ | 1 | .\" $OpenBSD: BN_bn2bin.3,v 1.10 2018/03/23 23:18:17 schwarze Exp $ |
2 | .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 | 2 | .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. | 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. |
@@ -316,6 +316,6 @@ first appeared in SSLeay 0.9.0. | |||
316 | All these functions have been available since | 316 | All these functions have been available since |
317 | .Ox 2.4 . | 317 | .Ox 2.4 . |
318 | .Pp | 318 | .Pp |
319 | .Fn BN_bn2bin | 319 | .Fn BN_asc2bin |
320 | first appeared in OpenSSL 1.0.0 and has been available since | 320 | first appeared in OpenSSL 1.0.0 and has been available since |
321 | .Ox 4.9 . | 321 | .Ox 4.9 . |