summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BN_copy.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/BN_copy.3')
-rw-r--r--src/lib/libcrypto/man/BN_copy.39
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/BN_copy.3 b/src/lib/libcrypto/man/BN_copy.3
index addbaca5a3..956b368dec 100644
--- a/src/lib/libcrypto/man/BN_copy.3
+++ b/src/lib/libcrypto/man/BN_copy.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BN_copy.3,v 1.8 2018/03/22 22:07:12 schwarze Exp $ 1.\" $OpenBSD: BN_copy.3,v 1.9 2018/03/27 17:35:50 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>
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: March 22 2018 $ 52.Dd $Mdocdate: March 27 2018 $
53.Dt BN_COPY 3 53.Dt BN_COPY 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -156,9 +156,10 @@ The error codes can be obtained by
156.Fn BN_copy 156.Fn BN_copy
157and 157and
158.Fn BN_dup 158.Fn BN_dup
159appeared before SSLeay 0.8 and have been available since 159first appeared in SSLeay 0.5.1 and have been available since
160.Ox 2.4 . 160.Ox 2.4 .
161.Pp 161.Pp
162.Fn BN_with_flags 162.Fn BN_with_flags
163first appeared in OpenSSL 0.9.7h and has been available since 163first appeared in OpenSSL 0.9.7h and 0.9.8a
164and has been available since
164.Ox 4.0 . 165.Ox 4.0 .