Merge ecdsa.h into ec.h
authortb <tb@openbsd.org>
Fri, 28 Jul 2023 09:16:17 +0000 (09:16 +0000)
committertb <tb@openbsd.org>
Fri, 28 Jul 2023 09:16:17 +0000 (09:16 +0000)
commitd2dc663eb59b23045f0d0e1c184a58d901071261
treecf62da4de9eebed7ccbc63c3d3f71324ec18f162
parent29f447289d1a17c32d744ccbdc7342bdace82f5f
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
lib/libcrypto/ec/ec.h
lib/libcrypto/ecdsa/ecdsa.h
lib/libcrypto/hidden/openssl/ec.h
lib/libcrypto/hidden/openssl/ecdsa.h [deleted file]