BN_BLINDING_free

Free a BN_BLINDING object and its associated factors.

Synopsis

Declared in <openssl/bn.h>

void
BN_BLINDING_free(BN_BLINDING* b);

Parameters

NameDescription
bBlinding object to free, or NULL (no-op).