SSL_OP_NO_TICKET

Don't use RFC4507 ticket extension

extern (C) nothrow @nogc
enum SSL_OP_NO_TICKET = 0x00004000L;

Meta