SSL_OP_LEGACY_SERVER_CONNECT

Allow initial connection to servers that don't support RI

extern (C) nothrow @nogc
enum SSL_OP_LEGACY_SERVER_CONNECT = 0x00000004L;

Meta