CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/07 17:58:20
Modified files:
lib/libcrypto/x509: x509_local.h x509_lib.c
Log message:
Restore the OCSP no-check extension method
The conversion of X509V3_EXT_get_nid() from a table to a switch
omitted the OCSP no-check extension method.
Add the missing accessor declaration and switch case.
ok tb@
