CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/02/13 04:18:00
Modified files:
lib/libcrypto/dsa: dsa_gen.c
Log message:
dsa_gen: convert to BN_MONT_CTX_create()
This can now be a single call before the BN_MONT_CTX is actually used
rather than two calls separated by 170 lines.
ok jsing
