Import OpenSSL-0.9.8i.
[dragonfly.git] / crypto / openssl-0.9.7e / doc / crypto / BN_swap.pod
blob79efaa144634bc6d5d92746a14fd3c8669c6073e
1 =pod
3 =head1 NAME
5 BN_swap - exchange BIGNUMs
7 =head1 SYNOPSIS
9  #include <openssl/bn.h>
11  void BN_swap(BIGNUM *a, BIGNUM *b);
13 =head1 DESCRIPTION
15 BN_swap() exchanges the values of I<a> and I<b>.
17 L<bn(3)|bn(3)>
19 =head1 HISTORY
21 BN_swap was added in OpenSSL 0.9.7.
23 =cut