BN_swap (3)
Leading comments
Automatically generated by Pod::Man 4.07 (Pod::Simple 3.32) Standard preamble: ========================================================================
NAME
BN_swap - exchange BIGNUMsSYNOPSIS
#include <openssl/bn.h> void BN_swap(BIGNUM *a, BIGNUM *b);
DESCRIPTION
BN_swap() exchanges the values of a and b.bn(3)