CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/07/28 03:22:26
Modified files:
lib/libcrypto : Makefile Symbols.list Symbols.namespace
ossl_typ.h
lib/libcrypto/ecdh: ecdh.h
lib/libcrypto/engine: eng_fat.c eng_int.h eng_list.c
eng_openssl.c engine.h
lib/libcrypto/hidden/openssl: ecdh.h
Removed files:
lib/libcrypto/ecdh: ech_lib.c
lib/libcrypto/engine: tb_ecdh.c
Log message:
Excise ECDH_METHOD
Unlike ECDSA_METHOD, this has been unused forever but kind of needed to
stay for symmetry with ECDSA_METHOD. Now we can finally take it behind
the barn and remove its tendrils into ENGINE.
ok jsing