CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2023/03/06 22:45:14
Modified files: lib/libcrypto/ec: ec_local.h ecp_nist.c Log message: Use static functions for EC_GFp_nist_method() implementation. Move the EC_METHOD to the bottom of the file, which allows implementation functions to become static. Remove unneeded prototypes. ok tb@