CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/03/09 09:37:31
Modified files:
lib/libcrypto : Symbols.list
lib/libcrypto/ec: ec.h ec_lib.c
lib/libcrypto/hidden/openssl: ec.h
Log message:
Unexport EC_GROUP_*precompute_mult()
These have been noops for a while and as usual some Perl module was the
only thing "using" it.
ok jsing
