CVS: cvs.openbsd.org: src
Kenjiro NAKAYAMA <[email protected]> Fri, 7 Aug 2026 17:58:20 -0600 (MDT)
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
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@