CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/03/06 00:25:01
Modified files: lib/libcrypto/asn1: asn1_gen.c Log message: asn1_multi: remove a pointless cast There's no need to cast away const from a const char * if you're going to pass it to a const char * argument of a function.