ASN1_STRFLGS_IGNORE_TYPE

If this is set we don't attempt to interpret content: just assume all strings are 1 byte per character. This will produce some pretty odd looking output!

extern (C) nothrow @nogc
enum ASN1_STRFLGS_IGNORE_TYPE = 0x20;

Meta