CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/07/28 03:16:17
Modified files:
lib/libcrypto/ec: ec.h
lib/libcrypto/ecdsa: ecdsa.h
lib/libcrypto/hidden/openssl: ec.h
Removed files:
lib/libcrypto/hidden/openssl: ecdsa.h
Log message:
Merge ecdsa.h into ec.h
Move the remaining ECDSA API into ec.h to match OpenSSL 1.1's interface
better. In particular, the EC_KEY sign and verify method accessors are
moved to the right header. Whether the rest of the ECDSA stuff belongs
there is debatable, but that was upstream's choice.
ok jsing