Move ECDH_OpenSSL() ECDSA_OpenSSL() to *_lib.c
authortb <tb@openbsd.org>
Sun, 25 Jun 2023 19:04:35 +0000 (19:04 +0000)
committertb <tb@openbsd.org>
Sun, 25 Jun 2023 19:04:35 +0000 (19:04 +0000)
commitb86ac7d703294069b372c3e8c1cc0c2add015370
tree04a953589a9374748241f180a7a37841f5aabba4
parent30b24c1bffd7fb8ae13d5d76520985afee1e0fb1
Move ECDH_OpenSSL() ECDSA_OpenSSL() to *_lib.c

Now that they no longer use static methods, they can move where they
belong. Also make the static method const, as it should have been all
along.
lib/libcrypto/ecdh/ech_key.c
lib/libcrypto/ecdh/ech_lib.c
lib/libcrypto/ecdsa/ecs_lib.c
lib/libcrypto/ecdsa/ecs_ossl.c