Compare two OCSP CertID values for equality.
Synopsis
Declared in <openssl/ocsp.h>
int
OCSP_id_cmp(
OCSP_CERTID const* a,
OCSP_CERTID const* b);
Return Value
0 if equal, or a nonzero value if they differ.
Parameters
Name |
Description |
a |
First CertID. |
b |
Second CertID. |
Created with MrDocs