diff options
author | schwarze <> | 2018-03-20 20:26:23 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-20 20:26:23 +0000 |
commit | 0636f49f1540f7b1648bda1d10a85c126ca8ea87 (patch) | |
tree | 46cd82342cc8ba6e9f645568358add6103cf5664 /src/lib/libcrypto/man/BN_mod_mul_reciprocal.3 | |
parent | f70bc934b6cc6e1bb9d5778afa91cf73609cad41 (diff) | |
download | openbsd-0636f49f1540f7b1648bda1d10a85c126ca8ea87.tar.gz openbsd-0636f49f1540f7b1648bda1d10a85c126ca8ea87.tar.bz2 openbsd-0636f49f1540f7b1648bda1d10a85c126ca8ea87.zip |
bn.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git
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 |