diff options
author | jmc <> | 2017-01-30 07:51:27 +0000 |
---|---|---|
committer | jmc <> | 2017-01-30 07:51:27 +0000 |
commit | 5d5d47bbf1d4b43dfee6838b4be2802e2a51916f (patch) | |
tree | 79f0b6dc730b576a7345c5cabacfce65bce1484a /src/lib/libcrypto/man/BN_new.3 | |
parent | 77fac97f447a495db8dde0a769d98807430544b9 (diff) | |
download | openbsd-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.3 | 6 |
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 |
107 | initializes an existing uninitialized | 107 | initializes an existing uninitialized |
108 | .Vt BIGNUM . | 108 | .Vt BIGNUM . |
109 | It is deprecated and dangerous, see | 109 | It 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 | |||
190 | manually, but all of these options are discouraged because they | 190 | manually, but all of these options are discouraged because they |
191 | will no longer work once the | 191 | will no longer work once the |
192 | .Vt BIGNUM | 192 | .Vt BIGNUM |
193 | data type will be made opaque. | 193 | data type is made opaque. |