Duplicate an RSA public key via ASN.1 encode/decode (deprecated).
Declared in <openssl/rsa.h>
<openssl/rsa.h>
[[deprecated]] RSA* RSAPublicKey_dup(RSA const* a);
Deprecated. Use of this entity is allowed but discouraged.
Newly allocated RSA copy, or NULL on error.