CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 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