CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/25 13:04:35
Modified files:
lib/libcrypto/ecdh: ech_key.c ech_lib.c
lib/libcrypto/ecdsa: ecs_lib.c ecs_ossl.c
Log message:
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.
