Duplicate an RSA_METHOD structure (deprecated).
Declared in <openssl/rsa.h>
[[deprecated]]
RSA_METHOD*
RSA_meth_dup(RSA_METHOD const* meth);
Deprecated. Use of this entity is allowed but discouraged.
Newly allocated RSA_METHOD, or NULL on failure; free with RSA_meth_free().
| Name | Description |
|---|---|
| meth | Method to copy. |