CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/10/22 06:02:43
Modified files: lib/libcrypto/ec: ec_key.c Log message: Inline a use of EC_GROUP_method_of() We can just reach into the group to obtain its EC_GROUP_METHOD. After all ec_local.h has to be in scope. This will permit marking this ugly API as unused internally after the next commit. ok jsing