[#ASN1_STRING_get_default_mask] = ASN1_STRING_get_default_mask :mrdocs: Return the process‐wide default ASN.1 string type mask. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned long ASN1_STRING_get_default_mask(); ---- == Return Value Mask of B_ASN1_* bits previously set with ASN1_STRING_set_default_mask(). [.small]#Created with https://www.mrdocs.com[MrDocs]#