diff options
author | schwarze <> | 2017-01-30 01:29:31 +0000 |
---|---|---|
committer | schwarze <> | 2017-01-30 01:29:31 +0000 |
commit | 77fac97f447a495db8dde0a769d98807430544b9 (patch) | |
tree | 2abca3141263033b2f6822d9be7d284c98b5cb1c /src/lib/libcrypto/man/BN_mod_inverse.3 | |
parent | cdcc8ff92546c28c6052f507ba6ff8b82340b5e3 (diff) | |
download | openbsd-77fac97f447a495db8dde0a769d98807430544b9.tar.gz openbsd-77fac97f447a495db8dde0a769d98807430544b9.tar.bz2 openbsd-77fac97f447a495db8dde0a769d98807430544b9.zip |
Document BN_set_flags(3) and BN_get_flags(3).
jsing@ confirmed that these macros are public and worth documenting.
Diffstat (limited to 'src/lib/libcrypto/man/BN_mod_inverse.3')
-rw-r--r-- | src/lib/libcrypto/man/BN_mod_inverse.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BN_mod_inverse.3 b/src/lib/libcrypto/man/BN_mod_inverse.3 index 6817fc2a3f..f407fa71e8 100644 --- a/src/lib/libcrypto/man/BN_mod_inverse.3 +++ b/src/lib/libcrypto/man/BN_mod_inverse.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BN_mod_inverse.3,v 1.5 2016/12/10 21:13:25 schwarze Exp $ | 1 | .\" $OpenBSD: BN_mod_inverse.3,v 1.6 2017/01/30 01:29:31 schwarze Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
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: December 10 2016 $ | 51 | .Dd $Mdocdate: January 30 2017 $ |
52 | .Dt BN_MOD_INVERSE 3 | 52 | .Dt BN_MOD_INVERSE 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -103,7 +103,7 @@ The error codes can be obtained by | |||
103 | .Sh SEE ALSO | 103 | .Sh SEE ALSO |
104 | .Xr BN_add 3 , | 104 | .Xr BN_add 3 , |
105 | .Xr BN_new 3 , | 105 | .Xr BN_new 3 , |
106 | .Xr ERR_get_error 3 | 106 | .Xr BN_set_flags 3 |
107 | .Sh HISTORY | 107 | .Sh HISTORY |
108 | .Fn BN_mod_inverse | 108 | .Fn BN_mod_inverse |
109 | is available in all versions of SSLeay and OpenSSL. | 109 | is available in all versions of SSLeay and OpenSSL. |