call the API function X509_NAME_cmp(3) instead of the obsolete,
authorschwarze <schwarze@openbsd.org>
Fri, 2 Jul 2021 11:15:08 +0000 (11:15 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 2 Jul 2021 11:15:08 +0000 (11:15 +0000)
commit43ea39990ce9a73337f97fc54add4f906d3a39c4
tree4d64a0a016e85a7f3c0ef2dfe170d17bd69396a6
parentaf6ea3ecf16bb70603cb7963de055c2d1de7c631
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@
lib/libcrypto/ts/ts_rsp_verify.c