summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BN_copy.3
diff options
context:
space:
mode:
authorschwarze <>2021-12-06 19:45:27 +0000
committerschwarze <>2021-12-06 19:45:27 +0000
commit1899d459607a5a561a64371d6a7eecdd4407fc43 (patch)
tree097201a7ed49548eb6092bcb78dc0d4c3b3b14a3 /src/lib/libcrypto/man/BN_copy.3
parent60a6a10467f5b7d56c92fe8e4133a6af9e9bd48f (diff)
downloadopenbsd-1899d459607a5a561a64371d6a7eecdd4407fc43.tar.gz
openbsd-1899d459607a5a561a64371d6a7eecdd4407fc43.tar.bz2
openbsd-1899d459607a5a561a64371d6a7eecdd4407fc43.zip
In the next major bump, some BN macros will become functions.
In order to not forget it, already remove the statements that these APIs are currently implemented as macros: Not saying that doesn't make the documentation wrong.
Diffstat (limited to 'src/lib/libcrypto/man/BN_copy.3')
-rw-r--r--src/lib/libcrypto/man/BN_copy.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BN_copy.3 b/src/lib/libcrypto/man/BN_copy.3
index 956b368dec..383255e382 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.9 2018/03/27 17:35:50 schwarze Exp $ 1.\" $OpenBSD: BN_copy.3,v 1.10 2021/12/06 19:45:27 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 27 2018 $ 52.Dd $Mdocdate: December 6 2021 $
53.Dt BN_COPY 3 53.Dt BN_COPY 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -97,7 +97,7 @@ in
97It places significant restrictions on the copied data. 97It places significant restrictions on the copied data.
98Applications that do not adhere to these restrictions 98Applications that do not adhere to these restrictions
99may encounter unexpected side effects or crashes. 99may encounter unexpected side effects or crashes.
100For that reason, use of this macro is discouraged. 100For that reason, use of this function is discouraged.
101.Pp 101.Pp
102Any flags provided in 102Any flags provided in
103.Fa flags 103.Fa flags