X509_CHECK_FLAG_MULTI_LABEL_WILDCARDS

Allow (non-partial) wildcards to match multiple labels.

extern (C) nothrow @nogc
enum X509_CHECK_FLAG_MULTI_LABEL_WILDCARDS = 0x08;

Meta