]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/rsa/rsa_lib.c
Add pss field to RSA structure and free it.
[thirdparty/openssl.git] / crypto / rsa / rsa_lib.c
index e41644b0999518e2ab26fc3f19a29511c5056a91..8f934d8abccccbe5600ba952f222b51b35692df3 100644 (file)
@@ -152,6 +152,7 @@ void RSA_free(RSA *r)
     BN_clear_free(r->dmp1);
     BN_clear_free(r->dmq1);
     BN_clear_free(r->iqmp);
+    RSA_PSS_PARAMS_free(r->pss);
     BN_BLINDING_free(r->blinding);
     BN_BLINDING_free(r->mt_blinding);
     OPENSSL_free(r->bignum_data);