CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/01/25 03:34:36
Modified files:
lib/libcrypto/ec: ec_key.c
Log message:
Make EC_KEY_precompute_mult() return 1 directly
This hasn't done anything in a long time. Only dovecot uses an unchecked
call to this. With this we can remove EC_GROUP_precompute_mult().
ok jsing
