Free a BN_BLINDING object and its associated factors.

Synopsis

Declared in <openssl/bn.h>

void
BN_BLINDING_free(BN_BLINDING* b);

Parameters

Name

Description

b

Blinding object to free, or NULL (no‐op).

Created with MrDocs