CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/05/24 02:46:01
Modified files:
lib/libcrypto/x509: x509_vpm.c
Log message:
Provide X509_VERIFY_PARAM_set_hostflags()
This is needed for an upcoming regress test that needs to access the
hostflag. This is public API in OpenSSL but since nothing seems to be
using this, this accessor will be kept internal-only for the time being.
ok jsing
