X509_V_FLAG_IGNORE_CRITICAL

Ignore unhandled critical extensions

extern (C) nothrow @nogc
enum X509_V_FLAG_IGNORE_CRITICAL = 0x10;

Meta