CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/07/02 05:15:08
Modified files:
lib/libcrypto/ts: ts_rsp_verify.c
Log message:
call the API function X509_NAME_cmp(3) instead of the obsolete,
undocumented macro alias X509_name_cmp(3);
no change to the assembler code generated by the compiler;
OK tb@
