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