CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/02 03:43:52
Modified files:
lib/libcrypto/x509: x509_purp.c x509v3.h
Log message:
const correct X509_PURPOSE_get0{,_{,s}name}()
Unfortunately, PHP and rust-openssl still need this API. At least we
can make the table read-only now since we disabled its extensibility.
ok jsing
