CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/28 15:07:23
Modified files:
lib/libcrypto/dsa: dsa_pmeth.c
Log message:
Rework pkey_dsa_keygen()
Very similar to pkey_dh_keygen(): single exit and hold on to an extra
reference by calling EVP_PKEY_set1_DSA() instead of assigning the DSA
to the pkey. "Fixes" another leak that Coverity missed.
ok jsing
