SSL_OP_CIPHER_SERVER_PREFERENCE

Set on servers to choose the cipher according to the server's preferences

extern (C) nothrow @nogc
enum SSL_OP_CIPHER_SERVER_PREFERENCE = 0x00400000L;

Meta