diff options
Diffstat (limited to 'src/lib/libcrypto/man/BN_mod_mul_reciprocal.3')
-rw-r--r-- | src/lib/libcrypto/man/BN_mod_mul_reciprocal.3 | 8 |
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 |
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. |