CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/14 07:33:23
Modified files:
lib/libcrypto/objects: obj_dat.c
Log message:
Dedup OBJ_nid2{obj,sn,ln}()
First get the obj corresponding to nid, then inspect its sn and ln.
Shaves off 40 lines of code and will simplify locking.
