CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/28 15:11:26
Modified files:
lib/libcrypto/dsa: dsa_pmeth.c
Log message:
Rework pkey_das_paramgen()
Another copy-paste-then-tweak-and-diverge version of the same old thing.
Fix it the same way as pkey_rsa_paramgen() and pkey_dh_paramgen(). The
callbacks are initialized at the top and the weird error checking is
turned into something much simpler.
ok jsing
