CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/01/17 03:54:03
Modified files: lib/libcrypto/ec: ecp_methods.c Log message: ecp_methods: remove p = group->p indirection This helped a bit with readability when we needed to do &group->p, but now that's no longer needed. discussed with jsing