summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/doc/crypto/BN_swap.pod
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl/doc/crypto/BN_swap.pod')
-rw-r--r--deps/openssl/openssl/doc/crypto/BN_swap.pod9
1 files changed, 6 insertions, 3 deletions
diff --git a/deps/openssl/openssl/doc/crypto/BN_swap.pod b/deps/openssl/openssl/doc/crypto/BN_swap.pod
index 79efaa1446..9f77f22744 100644
--- a/deps/openssl/openssl/doc/crypto/BN_swap.pod
+++ b/deps/openssl/openssl/doc/crypto/BN_swap.pod
@@ -14,10 +14,13 @@ BN_swap - exchange BIGNUMs
BN_swap() exchanges the values of I<a> and I<b>.
-L<bn(3)|bn(3)>
+=head1 COPYRIGHT
-=head1 HISTORY
+Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
-BN_swap was added in OpenSSL 0.9.7.
+Licensed under the OpenSSL license (the "License"). You may not use
+this file except in compliance with the License. You can obtain a copy
+in the file LICENSE in the source distribution or at
+L<https://www.openssl.org/source/license.html>.
=cut