Replace last ecdh.h and ecdsa.h occurrences with ec.h
authortb <tb@openbsd.org>
Tue, 29 Aug 2023 10:07:42 +0000 (10:07 +0000)
committertb <tb@openbsd.org>
Tue, 29 Aug 2023 10:07:42 +0000 (10:07 +0000)
commit4e4f5e48a98bbd1db3a2f9622900908faa8a0aee
tree6d2409e94ab0252dfb1f6575fa71c90d75d7b661
parent82ace9f975ca35cfa369e6de1fedc98153010012
Replace last ecdh.h and ecdsa.h occurrences with ec.h

Except if backward compatibility with older LibreSSL and OpenSSL versions
is explicitly needed, ecdsa.h and ecdh.h should no longer be used. They
are now trivial wrappers of ec.h.
lib/libcrypto/man/ECDH_compute_key.3
lib/libcrypto/man/ECDSA_SIG_new.3
lib/libcrypto/man/EC_KEY_METHOD_new.3
lib/libcrypto/man/EC_KEY_new.3