Compare two ASN1_OBJECT values.
Synopsis
Declared in <openssl/objects.h>
int
OBJ_cmp(
ASN1_OBJECT const* a,
ASN1_OBJECT const* b);
Return Value
0 if a and b are identical; non‐zero otherwise.
Parameters
Name |
Description |
a |
First object identifier. |
b |
Second object identifier. |
Created with MrDocs