CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/25 12:41:36
Modified files:
lib/libcrypto/ecdh: ech_key.c
lib/libcrypto/ecdsa: ecs_ossl.c
Log message:
Remove method wrappers that use {ecdh,ecdsa}_check()
Now that it is no longer possible to set a custom {ECDH,ECDSA}_METHOD,
EC_KEY_METHOD can just call the relevant method directly without the
need for this extra contortion.
ok jsing
