CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2024/12/24 02:14:33
Modified files: lib/libcrypto/x509: x509_ocsp.c Log message: Internal linkage for one constant struct where that was accidentally forgotten in rev. 1.3 on July 13 this year. No library bump and no ABI change because libcrypto.so.55.0 did not export the symbol because it wasn't in Symbols.list. Found in a partial code audit focusing on X509V3_EXT_METHOD objects.