summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/BN_copy.3
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2017-01-30 01:29:32 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2017-01-30 01:29:32 +0000
commit46e3db1db481bfd6667448f2d932c10fa60c87c1 (patch)
treef832db7d4470c39e0090ffd320f9eb300b63262f /lib/libcrypto/man/BN_copy.3
parent9516bc2a661b87ccd17bee090bcb1093bcb53e51 (diff)
Document BN_set_flags(3) and BN_get_flags(3).
jsing@ confirmed that these macros are public and worth documenting.
Diffstat (limited to 'lib/libcrypto/man/BN_copy.3')
-rw-r--r--lib/libcrypto/man/BN_copy.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/BN_copy.3 b/lib/libcrypto/man/BN_copy.3
index 34653be7e3b..398cf1f8ecb 100644
--- a/lib/libcrypto/man/BN_copy.3
+++ b/lib/libcrypto/man/BN_copy.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: BN_copy.3,v 1.5 2017/01/07 05:06:22 schwarze Exp $
+.\" $OpenBSD: BN_copy.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 <ulf@openssl.org>
@@ -49,7 +49,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: January 7 2017 $
+.Dd $Mdocdate: January 30 2017 $
.Dt BN_COPY 3
.Os
.Sh NAME
@@ -151,7 +151,7 @@ The error codes can be obtained by
.Xr ERR_get_error 3 .
.Sh SEE ALSO
.Xr BN_new 3 ,
-.Xr ERR_get_error 3
+.Xr BN_set_flags 3
.Sh HISTORY
.Fn BN_copy
and