variable constants.SSL_OP_CIPHER_SERVER_PREFERENCE Usage in Deno```typescript import { constants } from "node:node__crypto.d.ts"; ``` Attempts to use the server's preferences instead of the client's when selecting a cipher. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. Type number