Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > a5d8f5497d7d66b029e9ddc0f849f139 > files > 179

libopenssl1.0.0-devel-1.0.0a-1.12mdv2010.2.i586.rpm

=pod

=head1 NAME

BN_swap - exchange BIGNUMs

=head1 SYNOPSIS

 #include <openssl/bn.h>

 void BN_swap(BIGNUM *a, BIGNUM *b);

=head1 DESCRIPTION

BN_swap() exchanges the values of I<a> and I<b>.

L<bn(3)|bn(3)>

=head1 HISTORY

BN_swap was added in OpenSSL 0.9.7.

=cut