SSL3_CT_NUMBER

SSL3_CT_NUMBER is used to size arrays and it must be large enough to contain all of the cert types defined either for SSLv3 and TLSv1.

extern (C) nothrow @nogc
enum SSL3_CT_NUMBER = 13;

Meta