diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/BN_mod_mul_reciprocal.3 | 8 |
1 files changed, 6 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 f2e2ac2987..d484bd188a 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.7 2017/01/30 07:51:27 jmc Exp $ | 1 | .\" $OpenBSD: BN_mod_mul_reciprocal.3,v 1.8 2018/03/20 20:26:23 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: January 30 2017 $ | 51 | .Dd $Mdocdate: March 20 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 |
@@ -190,6 +190,10 @@ The error codes can be obtained by | |||
190 | .Xr BN_CTX_new 3 , | 190 | .Xr BN_CTX_new 3 , |
191 | .Xr BN_new 3 | 191 | .Xr BN_new 3 |
192 | .Sh HISTORY | 192 | .Sh HISTORY |
193 | .Fn BN_mod_mul_reciprocal | ||
194 | appeared before SSLeay 0.8 and has been available since | ||
195 | .Ox 2.4 . | ||
196 | .Pp | ||
193 | .Vt BN_RECP_CTX | 197 | .Vt BN_RECP_CTX |
194 | was added in SSLeay 0.9.0. | 198 | was added in SSLeay 0.9.0. |
195 | Before that, a function | 199 | Before that, a function |