Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 4.8

i386

BN_swap(3ssl)


BN_swap

BN_swap

NAME
SYNOPSIS
DESCRIPTION
HISTORY

NAME

BN_swap − exchange BIGNUMs

SYNOPSIS

 #include <openssl/bn.h>
 void BN_swap(BIGNUM *a, BIGNUM *b);

DESCRIPTION

BN_swap() exchanges the values of a and b.

bn(3)

HISTORY

BN_swap was added in OpenSSL 0.9.7.



BN_swap(3ssl)