CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/02/08 15:33:14
Modified files:
usr.bin/openssl: x509.c
Log message:
openssl x509: Remove legacy call to OBJ_create()
The OID 2.99999.3 is not required for x509 output handling and
is not referenced elsewhere. Remove the OBJ_create() call.
ok tb jsing
