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 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BN_mod_mul_reciprocal.3 b/src/lib/libcrypto/man/BN_mod_mul_reciprocal.3 index d484bd188a..ef030e4c6f 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.8 2018/03/20 20:26:23 schwarze Exp $ | 1 | .\" $OpenBSD: BN_mod_mul_reciprocal.3,v 1.9 2018/03/21 09:03:49 schwarze 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: March 20 2018 $ | 51 | .Dd $Mdocdate: March 21 2018 $ |
52 | .Dt BN_MOD_MUL_RECIPROCAL 3 | 52 | .Dt BN_MOD_MUL_RECIPROCAL 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -201,6 +201,15 @@ Before that, a function | |||
201 | was used instead, and the | 201 | was used instead, and the |
202 | .Fn BN_mod_mul_reciprocal | 202 | .Fn BN_mod_mul_reciprocal |
203 | arguments were different. | 203 | arguments were different. |
204 | .Pp | ||
205 | .Fn BN_RECP_CTX_new , | ||
206 | .Fn BN_RECP_CTX_init , | ||
207 | .Fn BN_RECP_CTX_free , | ||
208 | .Fn BN_RECP_CTX_set , | ||
209 | and | ||
210 | .Fn BN_div_recp | ||
211 | first appeared in SSLeay 0.9.1 and have been available since | ||
212 | .Ox 2.6 . | ||
204 | .Sh CAVEATS | 213 | .Sh CAVEATS |
205 | .Fn BN_RECP_CTX_init | 214 | .Fn BN_RECP_CTX_init |
206 | must not be called on a context that was used previously, or | 215 | must not be called on a context that was used previously, or |