CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/05/19 04:12:56
Modified files:
lib/libcrypto/objects: obj_xref.txt
Log message:
Adjust libcrypto obj_xref.txt to obj_xref.h
To generate current obj_xref.h, third item of lines
id_tc26_signwithdigest_gost3410_2012_256/512 should be id_GostR3410_2001.
obj_xref.txt r1.2 and obj_xref.h r1.3 were committed at the same time,
and these third item were coded different value each other.
This adjusts obj_xref.txt to current obj_xref.h.
ok tb@