X509_V_FLAG_TRUSTED_FIRST

Use trusted store first

extern (C) nothrow @nogc
enum X509_V_FLAG_TRUSTED_FIRST = 0x8000;

Meta