diff options
author | schwarze <> | 2021-12-08 21:52:29 +0000 |
---|---|---|
committer | schwarze <> | 2021-12-08 21:52:29 +0000 |
commit | bc0dd110f81e03683e891dc84e5f213eb81e1750 (patch) | |
tree | c8a0cf879c48600909363707884024448433fd5b /src/lib/libcrypto/man/BN_new.3 | |
parent | c2cdea02c0bedf36ffccc078f24baa203a06008e (diff) | |
download | openbsd-bc0dd110f81e03683e891dc84e5f213eb81e1750.tar.gz openbsd-bc0dd110f81e03683e891dc84e5f213eb81e1750.tar.bz2 openbsd-bc0dd110f81e03683e891dc84e5f213eb81e1750.zip |
new manual page ASN1_bn_print(3)
Diffstat (limited to 'src/lib/libcrypto/man/BN_new.3')
-rw-r--r-- | src/lib/libcrypto/man/BN_new.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BN_new.3 b/src/lib/libcrypto/man/BN_new.3 index bb637a974f..ada4acf175 100644 --- a/src/lib/libcrypto/man/BN_new.3 +++ b/src/lib/libcrypto/man/BN_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BN_new.3,v 1.16 2019/06/10 09:49:48 schwarze Exp $ | 1 | .\" $OpenBSD: BN_new.3,v 1.17 2021/12/08 21:52:29 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL man3/BN_new 2457c19d Mar 6 08:43:36 2004 +0000 | 2 | .\" full merge up to: OpenSSL man3/BN_new 2457c19d Mar 6 08:43:36 2004 +0000 |
3 | .\" selective merge up to: man3/BN_new 681acb31 Sep 29 13:10:34 2017 +0200 | 3 | .\" selective merge up to: man3/BN_new 681acb31 Sep 29 13:10:34 2017 +0200 |
4 | .\" full merge up to: OpenSSL man7/bn 05ea606a May 20 20:52:46 2016 -0400 | 4 | .\" full merge up to: OpenSSL man7/bn 05ea606a May 20 20:52:46 2016 -0400 |
@@ -50,7 +50,7 @@ | |||
50 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 50 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
51 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 51 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
52 | .\" | 52 | .\" |
53 | .Dd $Mdocdate: June 10 2019 $ | 53 | .Dd $Mdocdate: December 8 2021 $ |
54 | .Dt BN_NEW 3 | 54 | .Dt BN_NEW 3 |
55 | .Os | 55 | .Os |
56 | .Sh NAME | 56 | .Sh NAME |
@@ -144,6 +144,7 @@ If the allocation fails, it returns | |||
144 | and sets an error code that can be obtained by | 144 | and sets an error code that can be obtained by |
145 | .Xr ERR_get_error 3 . | 145 | .Xr ERR_get_error 3 . |
146 | .Sh SEE ALSO | 146 | .Sh SEE ALSO |
147 | .Xr ASN1_bn_print 3 , | ||
147 | .Xr BN_add 3 , | 148 | .Xr BN_add 3 , |
148 | .Xr BN_add_word 3 , | 149 | .Xr BN_add_word 3 , |
149 | .Xr BN_BLINDING_new 3 , | 150 | .Xr BN_BLINDING_new 3 , |