CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/28 15:10:33
Modified files:
lib/libcrypto/dh: dh_pmeth.c
Log message:
Rework pkey_dh_paramgen()
Similar to pkey_rsa_paramgen() this function does some strange dances
with the pkey_gencb and initialization plus missing error checks. Fix
all that and use the idiom established in previous commits.
ok jsing
