[#OCSP_id_issuer_cmp] = OCSP_id_issuer_cmp :mrdocs: Compare only the issuer name/key hash fields of two OCSP CertIDs. == Synopsis Declared in `<openssl/ocsp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OCSP_id_issuer_cmp( xref:OCSP_CERTID.adoc[OCSP_CERTID] const* a, xref:OCSP_CERTID.adoc[OCSP_CERTID] const* b); ---- == Return Value 0 if the issuer hashes match, or a nonzero value if they differ. == Parameters [cols="1,4"] |=== | Name| Description | *a* | First CertID. | *b* | Second CertID. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#