diff options
Diffstat (limited to 'src/lib/libcrypto/man/BN_mod_mul_montgomery.3')
-rw-r--r-- | src/lib/libcrypto/man/BN_mod_mul_montgomery.3 | 8 |
1 files changed, 4 insertions, 4 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. |