repo.or.cz
/
tomato
/
davidwu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct PPTP server firewall rules chain.
[tomato/davidwu.git]
/
release
/
src
/
router
/
openssl
/
doc
/
crypto
/
BN_swap.pod
blob
79efaa144634bc6d5d92746a14fd3c8669c6073e
1
=pod
2
3
=head1 NAME
4
5
BN_swap - exchange BIGNUMs
6
7
=head1 SYNOPSIS
8
9
#include <openssl/bn.h>
10
11
void BN_swap(BIGNUM *a, BIGNUM *b);
12
13
=head1 DESCRIPTION
14
15
BN_swap() exchanges the values of I<a> and I<b>.
16
17
L<bn(3)|bn(3)>
18
19
=head1 HISTORY
20
21
BN_swap was added in OpenSSL 0.9.7.
22
23
=cut