Return the number of attributes in an X509_ATTRIBUTE stack.
Declared in <openssl/x509.h>
<openssl/x509.h>
int X509at_get_attr_count(stack_st_X509_ATTRIBUTE const* x);
Attribute count, or -1 if x is NULL.
x