CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/28 03:25:12
Modified files:
lib/libcrypto/ec: ec.h
lib/libcrypto/ecdh: ecdh.h
lib/libcrypto/hidden/openssl: ec.h
Removed files:
lib/libcrypto/hidden/openssl: ecdh.h
Log message:
Merge ecdh.h into ec.h
The remaining two ECDH interfaces are relocated into ec.h. ecdh.h
remains. It does nothing but include ec.h.
ok jsing
