Author :
tb
Date :
2025-01-25 10:34:36
Hash :ff0b5b20 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