Return the process‐wide default ASN.1 string type mask.
Synopsis
Declared in <openssl/asn1.h>
unsigned long
ASN1_STRING_get_default_mask();
Return Value
Mask of B_ASN1_* bits previously set with ASN1_STRING_set_default_mask().
Created with MrDocs