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
Name |
Description |
r |
Key to free, or NULL. |
Created with MrDocs