diff options
Diffstat (limited to 'src/lib/libcrypto/man/BN_copy.3')
-rw-r--r-- | src/lib/libcrypto/man/BN_copy.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BN_copy.3 b/src/lib/libcrypto/man/BN_copy.3 index 3ddcec6ee8..34653be7e3 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.4 2016/12/10 21:13:25 schwarze Exp $ | 1 | .\" $OpenBSD: BN_copy.3,v 1.5 2017/01/07 05:06:22 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: December 10 2016 $ | 52 | .Dd $Mdocdate: January 7 2017 $ |
53 | .Dt BN_COPY 3 | 53 | .Dt BN_COPY 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -80,6 +80,7 @@ copies | |||
80 | .Fa from | 80 | .Fa from |
81 | to | 81 | to |
82 | .Fa to . | 82 | .Fa to . |
83 | .Pp | ||
83 | .Fn BN_dup | 84 | .Fn BN_dup |
84 | creates a new | 85 | creates a new |
85 | .Vt BIGNUM | 86 | .Vt BIGNUM |
@@ -96,7 +97,7 @@ in | |||
96 | It places significant restrictions on the copied data. | 97 | It places significant restrictions on the copied data. |
97 | Applications that do not adhere to these restrictions | 98 | Applications that do not adhere to these restrictions |
98 | may encounter unexpected side effects or crashes. | 99 | may encounter unexpected side effects or crashes. |
99 | For that reason, use of this function is discouraged. | 100 | For that reason, use of this macro is discouraged. |
100 | .Pp | 101 | .Pp |
101 | Any flags provided in | 102 | Any flags provided in |
102 | .Fa flags | 103 | .Fa flags |