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 | |
parent | 77fac97f447a495db8dde0a769d98807430544b9 (diff) | |
download | openbsd-5d5d47bbf1d4b43dfee6838b4be2802e2a51916f.tar.gz openbsd-5d5d47bbf1d4b43dfee6838b4be2802e2a51916f.tar.bz2 openbsd-5d5d47bbf1d4b43dfee6838b4be2802e2a51916f.zip |
tweak previous;
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/man/BN_mod_mul_montgomery.3 | 8 | ||||
-rw-r--r-- | src/lib/libcrypto/man/BN_mod_mul_reciprocal.3 | 8 | ||||
-rw-r--r-- | src/lib/libcrypto/man/BN_new.3 | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/src/lib/libcrypto/man/BN_mod_mul_montgomery.3 b/src/lib/libcrypto/man/BN_mod_mul_montgomery.3 index 87f09e3cb6..60791d4bf2 100644 --- a/src/lib/libcrypto/man/BN_mod_mul_montgomery.3 +++ b/src/lib/libcrypto/man/BN_mod_mul_montgomery.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BN_mod_mul_montgomery.3,v 1.6 2017/01/29 23:41:49 schwarze Exp $ | 1 | .\" $OpenBSD: BN_mod_mul_montgomery.3,v 1.7 2017/01/30 07:51:27 jmc Exp $ |
2 | .\" OpenSSL 6859cf74 Sep 25 13:33:28 2002 +0000 | 2 | .\" OpenSSL 6859cf74 Sep 25 13:33:28 2002 +0000 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. | 4 | .\" This file was written by Ulf Moeller <ulf@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: January 29 2017 $ | 51 | .Dd $Mdocdate: January 30 2017 $ |
52 | .Dt BN_MOD_MUL_MONTGOMERY 3 | 52 | .Dt BN_MOD_MUL_MONTGOMERY 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -123,7 +123,7 @@ structure. | |||
123 | .Fn BN_MONT_CTX_init | 123 | .Fn BN_MONT_CTX_init |
124 | initializes an existing uninitialized | 124 | initializes an existing uninitialized |
125 | .Vt BN_MONT_CTX . | 125 | .Vt BN_MONT_CTX . |
126 | It is deprecated and dangerous, see | 126 | It is deprecated and dangerous: see |
127 | .Sx CAVEATS . | 127 | .Sx CAVEATS . |
128 | .Pp | 128 | .Pp |
129 | .Fn BN_MONT_CTX_set | 129 | .Fn BN_MONT_CTX_set |
@@ -247,4 +247,4 @@ structure, on one located on the stack, or on one | |||
247 | manually, but all these options are discouraged because they | 247 | manually, but all these options are discouraged because they |
248 | will no longer work once | 248 | will no longer work once |
249 | .Vt BN_MONT_CTX | 249 | .Vt BN_MONT_CTX |
250 | will be made opaque. | 250 | is made opaque. |
diff --git a/src/lib/libcrypto/man/BN_mod_mul_reciprocal.3 b/src/lib/libcrypto/man/BN_mod_mul_reciprocal.3 index a24917bef9..f2e2ac2987 100644 --- a/src/lib/libcrypto/man/BN_mod_mul_reciprocal.3 +++ b/src/lib/libcrypto/man/BN_mod_mul_reciprocal.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BN_mod_mul_reciprocal.3,v 1.6 2017/01/29 23:41:49 schwarze Exp $ | 1 | .\" $OpenBSD: BN_mod_mul_reciprocal.3,v 1.7 2017/01/30 07:51:27 jmc Exp $ |
2 | .\" OpenSSL 6859cf74 Sep 25 13:33:28 2002 +0000 | 2 | .\" OpenSSL 6859cf74 Sep 25 13:33:28 2002 +0000 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. | 4 | .\" This file was written by Ulf Moeller <ulf@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: January 29 2017 $ | 51 | .Dd $Mdocdate: January 30 2017 $ |
52 | .Dt BN_MOD_MUL_RECIPROCAL 3 | 52 | .Dt BN_MOD_MUL_RECIPROCAL 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -119,7 +119,7 @@ structure. | |||
119 | .Fn BN_RECP_CTX_init | 119 | .Fn BN_RECP_CTX_init |
120 | initializes an existing uninitialized | 120 | initializes an existing uninitialized |
121 | .Vt BN_RECP_CTX . | 121 | .Vt BN_RECP_CTX . |
122 | It is deprecated and dangerous, see | 122 | It is deprecated and dangerous: see |
123 | .Sx CAVEATS . | 123 | .Sx CAVEATS . |
124 | .Pp | 124 | .Pp |
125 | .Fn BN_RECP_CTX_free | 125 | .Fn BN_RECP_CTX_free |
@@ -213,4 +213,4 @@ structure, on one located on the stack, or on one | |||
213 | manually, but all these options are discouraged because they | 213 | manually, but all these options are discouraged because they |
214 | will no longer work once | 214 | will no longer work once |
215 | .Vt BN_RECP_CTX | 215 | .Vt BN_RECP_CTX |
216 | will be made opaque. | 216 | is made opaque. |
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. |