BN_zero_ex

Set a BIGNUM to zero without allocating or freeing limbs.

Synopsis

Declared in <openssl/bn.h>

void
BN_zero_ex(BIGNUM* a);

Parameters

NameDescription
aInteger cleared in place; must already be a valid BIGNUM.