CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/25 12:27:38
Modified files:
lib/libcrypto/ecdh: ech_lib.c
lib/libcrypto/ecdsa: ecs_lib.c
Log message:
Make ECDH and ECDSA ex_data handlers always fail
They will be removed in the next major bump. No port uses them. They use
code that is in the way of upcoming surgery. Only libtls and smtpd used
to use the ECDSA version.
ok jsing
