summaryrefslogtreecommitdiff
path: root/src/lib
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
parent77fac97f447a495db8dde0a769d98807430544b9 (diff)
downloadopenbsd-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.38
-rw-r--r--src/lib/libcrypto/man/BN_mod_mul_reciprocal.38
-rw-r--r--src/lib/libcrypto/man/BN_new.36
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
124initializes an existing uninitialized 124initializes an existing uninitialized
125.Vt BN_MONT_CTX . 125.Vt BN_MONT_CTX .
126It is deprecated and dangerous, see 126It 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
247manually, but all these options are discouraged because they 247manually, but all these options are discouraged because they
248will no longer work once 248will no longer work once
249.Vt BN_MONT_CTX 249.Vt BN_MONT_CTX
250will be made opaque. 250is 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
120initializes an existing uninitialized 120initializes an existing uninitialized
121.Vt BN_RECP_CTX . 121.Vt BN_RECP_CTX .
122It is deprecated and dangerous, see 122It 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
213manually, but all these options are discouraged because they 213manually, but all these options are discouraged because they
214will no longer work once 214will no longer work once
215.Vt BN_RECP_CTX 215.Vt BN_RECP_CTX
216will be made opaque. 216is 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
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.