summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BN_new.3
diff options
context:
space:
mode:
authorjmc <>2017-01-30 07:51:27 +0000
committerjmc <>2017-01-30 07:51:27 +0000
commit5d5d47bbf1d4b43dfee6838b4be2802e2a51916f (patch)
tree79f0b6dc730b576a7345c5cabacfce65bce1484a /src/lib/libcrypto/man/BN_new.3
parent77fac97f447a495db8dde0a769d98807430544b9 (diff)
downloadopenbsd-5d5d47bbf1d4b43dfee6838b4be2802e2a51916f.tar.gz
openbsd-5d5d47bbf1d4b43dfee6838b4be2802e2a51916f.tar.bz2
openbsd-5d5d47bbf1d4b43dfee6838b4be2802e2a51916f.zip
tweak previous;
Diffstat (limited to 'src/lib/libcrypto/man/BN_new.3')
-rw-r--r--src/lib/libcrypto/man/BN_new.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BN_new.3 b/src/lib/libcrypto/man/BN_new.3
index ce3734938d..8122e32f79 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.8 2017/01/30 01:29:31 schwarze Exp $ 1.\" $OpenBSD: BN_new.3,v 1.9 2017/01/30 07:51:27 jmc Exp $
2.\" OpenSSL doc/man3/BN_new.pod 2457c19d Mar 6 08:43:36 2004 +0000 2.\" OpenSSL doc/man3/BN_new.pod 2457c19d Mar 6 08:43:36 2004 +0000
3.\" OpenSSL doc/man7/bn.pod 05ea606a May 20 20:52:46 2016 -0400 3.\" OpenSSL doc/man7/bn.pod 05ea606a May 20 20:52:46 2016 -0400
4.\" 4.\"
@@ -106,7 +106,7 @@ structure.
106.Fn BN_init 106.Fn BN_init
107initializes an existing uninitialized 107initializes an existing uninitialized
108.Vt BIGNUM . 108.Vt BIGNUM .
109It is deprecated and dangerous, see 109It is deprecated and dangerous: see
110.Sx CAVEATS . 110.Sx CAVEATS .
111.Pp 111.Pp
112.Fn BN_clear 112.Fn BN_clear
@@ -190,4 +190,4 @@ structures
190manually, but all of these options are discouraged because they 190manually, but all of these options are discouraged because they
191will no longer work once the 191will no longer work once the
192.Vt BIGNUM 192.Vt BIGNUM
193data type will be made opaque. 193data type is made opaque.