Sign in
flutter
/
third_party
/
openssl
/
1c86d8fd41458d35736ef5b04d7a76cbcf1a274c
/
.
/
doc
/
crypto
/
BN_swap.pod
blob: 04582e9fa0f771f2af2f06eea9daedd85217ee1a [
file
] [
log
] [
blame
]
=
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
)>
=
cut