Return the length in bytes of an ASN.1 object's encoded OID content.
Declared in <openssl/objects.h>
<openssl/objects.h>
size_t OBJ_length(ASN1_OBJECT const* obj);
Number of content octets in the OID, or 0 if obj is NULL or has no data.
obj