Implement EVP_PKEY_dup() function
[openssl.git] / include / openssl / rsa.h
index 8822345d5a0cb8ad8912b41eed73e09a02d10ff5..573ba003cc952a45612be43b02f23e0273153dea 100644 (file)
@@ -319,6 +319,7 @@ struct rsa_pss_params_st {
 };
 
 DECLARE_ASN1_FUNCTIONS(RSA_PSS_PARAMS)
+DECLARE_ASN1_DUP_FUNCTION(RSA_PSS_PARAMS)
 
 typedef struct rsa_oaep_params_st {
     X509_ALGOR *hashFunc;