undocumented macro alias X509_name_cmp(3);
no change to the assembler code generated by the compiler;
OK tb@
-/* $OpenBSD: ts_rsp_verify.c,v 1.20 2021/05/02 15:33:33 tb Exp $ */
+/* $OpenBSD: ts_rsp_verify.c,v 1.21 2021/07/02 11:15:08 schwarze Exp $ */
/* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL
* project 2002.
*/
/* Check the subject name first. */
if (tsa_name->type == GEN_DIRNAME &&
- X509_name_cmp(tsa_name->d.dirn, signer->cert_info->subject) == 0)
+ X509_NAME_cmp(tsa_name->d.dirn, signer->cert_info->subject) == 0)
return 1;
/* Check all the alternative names. */