Free an RSA_METHOD allocated with RSA_meth_new() (deprecated).
Synopsis
Declared in <openssl/rsa.h>
[[deprecated]]
void
RSA_meth_free(RSA_METHOD* meth);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Parameters
Name |
Description |
meth |
Method table to free, or NULL. |
Created with MrDocs