CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/01/17 03:41:31
Modified files: lib/libcrypto/ec: ecp_methods.c Log message: ecp_methods: rework field_{mul,sqr}() handling Add wrapper functions that call the methods so that we can get rid of inconsistent use of ugly function pointers with massively overlong lines and other ways of reaching into the methods. ok jsing