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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BN_mod_mul_reciprocal.3 b/src/lib/libcrypto/man/BN_mod_mul_reciprocal.3 index ec895a5d37..74783b2f55 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.4 2016/11/20 17:47:18 schwarze Exp $ | 1 | .\" $OpenBSD: BN_mod_mul_reciprocal.3,v 1.5 2016/12/10 21:13:25 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: November 20 2016 $ | 51 | .Dd $Mdocdate: December 10 2016 $ |
52 | .Dt BN_MOD_MUL_RECIPROCAL 3 | 52 | .Dt BN_MOD_MUL_RECIPROCAL 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -183,9 +183,9 @@ For the other functions, 1 is returned for success or 0 on error. | |||
183 | The error codes can be obtained by | 183 | The error codes can be obtained by |
184 | .Xr ERR_get_error 3 . | 184 | .Xr ERR_get_error 3 . |
185 | .Sh SEE ALSO | 185 | .Sh SEE ALSO |
186 | .Xr bn 3 , | ||
187 | .Xr BN_add 3 , | 186 | .Xr BN_add 3 , |
188 | .Xr BN_CTX_new 3 , | 187 | .Xr BN_CTX_new 3 , |
188 | .Xr BN_new 3 , | ||
189 | .Xr ERR_get_error 3 | 189 | .Xr ERR_get_error 3 |
190 | .Sh HISTORY | 190 | .Sh HISTORY |
191 | .Vt BN_RECP_CTX | 191 | .Vt BN_RECP_CTX |