CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/02/11 09:39:16
Modified files:
lib/libcrypto/objects: obj_dat.c
Log message:
Make OBJ_obj2nid() work correctly with NID_undef.
Currently OBJ_obj2nid() with NID_undef returns NID_ccitt - this is due to
doing a lookup on an empty value and having NID_undef conflict with an
uninitialised NID value.
Somewhat based on OpenSSL 0fb99904809.
ok tb@
