Sortix 1.1dev ports manual
This manual documents Sortix 1.1dev ports. You can instead view this document in the latest official manual.
BN_SWAP(3) | Library Functions Manual | BN_SWAP(3) |
NAME
BN_swap — exchange BIGNUMsSYNOPSIS
#include <openssl/bn.h> voidBN_swap(BIGNUM *a, BIGNUM *b);
DESCRIPTION
BN_swap() exchanges the values of a and b.SEE ALSO
BN_new(3)HISTORY
BN_swap() first appeared in OpenSSL 0.9.7 and has been available since OpenBSD 3.2.March 22, 2018 | Debian |