CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/28 03:19:59
Modified files:
lib/libcrypto : Makefile Symbols.list Symbols.namespace
lib/libcrypto/ecdh: ecdh.h
lib/libcrypto/err: err_all.c
Removed files:
lib/libcrypto/ecdh: ech_err.c
Log message:
Remove ECDH errors
Much like the ECDSA errors, the ECDH errors have been unused for a
while. Garbage collect them.
ok jsing
