summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BN_mod_mul_reciprocal.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/BN_mod_mul_reciprocal.3')
-rw-r--r--src/lib/libcrypto/man/BN_mod_mul_reciprocal.38
1 files changed, 4 insertions, 4 deletions
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.