RSA_free

Free an RSA key and its BIGNUM components (deprecated).

Synopsis

Declared in <openssl/rsa.h>

[[deprecated]]
void
RSA_free(RSA* r);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
rKey to free, or NULL.