Constant openssl::ssl::SSL_OP_CIPHER_SERVER_PREFERENCE []

pub const SSL_OP_CIPHER_SERVER_PREFERENCE: SslOption = SslOption{bits: ffi::SSL_OP_CIPHER_SERVER_PREFERENCE,}

Use the server's preferences rather than the client's when selecting a cipher.

This has no effect on the client side.