CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/03/02 02:43:10
Modified files: lib/libcrypto/evp: evp_names.c lib/libcrypto/objects: objects.h Log message: Switch name member of OBJ_NAME to const void * Because this is the type it should have had from the get go. ok jsing