CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/06 02:24:57
Modified files:
lib/libcrypto/x509: x509v3.h
Log message:
x509v3.h: remove pointless #ifdef HEADER_CONF_H
x509v3.h has included conf.h since June 20, 1999, OpenSSL commit ba404b5e,
so HEADER_CONF_H has been defined since then. Also since then, CONF_VALUE
(only available via conf.h) has been used outside of HEADER_CONF_H, making
that #ifdef doubly pointless.
ok bcook jsing kenjiro
