CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/07/04 06:22:32
Modified files: lib/libcrypto/dsa: dsa.h dsa_locl.h dsa_meth.c Log message: Prepare to provide DSA_meth_{get0,set1}_name() Also follow OpenSSL by making the name non-const to avoid ugly casting. Used by OpenSC's pkcs11-helper, as reported by Fabrice Fontaine in https://github.com/libressl-portable/openbsd/issues/130 ok jsing sthen