diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-12-10 21:13:26 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-12-10 21:13:26 +0000 |
commit | 3edef33dbfae24552d1a437b0d971e65c0c52965 (patch) | |
tree | fe5a05aebd5ed8dc626ffe23a80b05abfc09aa9c /lib/libcrypto/man/BN_swap.3 | |
parent | f4ca8460e8b699bd6f324ae123ffc16f96d58068 (diff) |
replace all references to bn(3) with BN_new(3),
and make sure all BN*(3) pages point back to BN_new(3)
Diffstat (limited to 'lib/libcrypto/man/BN_swap.3')
-rw-r--r-- | lib/libcrypto/man/BN_swap.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/BN_swap.3 b/lib/libcrypto/man/BN_swap.3 index 5bbf8e063d5..087ca490daf 100644 --- a/lib/libcrypto/man/BN_swap.3 +++ b/lib/libcrypto/man/BN_swap.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BN_swap.3,v 1.3 2016/11/20 18:38:44 schwarze Exp $ +.\" $OpenBSD: BN_swap.3,v 1.4 2016/12/10 21:13:25 schwarze Exp $ .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file was written by Bodo Moeller <bodo@openssl.org>. @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 20 2016 $ +.Dd $Mdocdate: December 10 2016 $ .Dt BN_SWAP 3 .Os .Sh NAME @@ -68,6 +68,6 @@ exchanges the values of and .Fa b . .Sh SEE ALSO -.Xr bn 3 +.Xr BN_new 3 .Sh HISTORY BN_swap was added in OpenSSL 0.9.7. |