From 77fac97f447a495db8dde0a769d98807430544b9 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Mon, 30 Jan 2017 01:29:31 +0000 Subject: Document BN_set_flags(3) and BN_get_flags(3). jsing@ confirmed that these macros are public and worth documenting. --- src/lib/libcrypto/man/BN_mod_inverse.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto/man/BN_mod_inverse.3') 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 @@ -.\" $OpenBSD: BN_mod_inverse.3,v 1.5 2016/12/10 21:13:25 schwarze Exp $ +.\" $OpenBSD: BN_mod_inverse.3,v 1.6 2017/01/30 01:29:31 schwarze Exp $ .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file was written by Ulf Moeller . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 10 2016 $ +.Dd $Mdocdate: January 30 2017 $ .Dt BN_MOD_INVERSE 3 .Os .Sh NAME @@ -103,7 +103,7 @@ The error codes can be obtained by .Sh SEE ALSO .Xr BN_add 3 , .Xr BN_new 3 , -.Xr ERR_get_error 3 +.Xr BN_set_flags 3 .Sh HISTORY .Fn BN_mod_inverse is available in all versions of SSLeay and OpenSSL. -- cgit v1.2.3-55-g6feb