cipherlist 1445 ext/openssl/xp_ssl.c char *cipherlist = NULL; cipherlist 1519 ext/openssl/xp_ssl.c GET_VER_OPT_STRING("ciphers", cipherlist); cipherlist 1521 ext/openssl/xp_ssl.c if (!cipherlist) { cipherlist 1522 ext/openssl/xp_ssl.c cipherlist = OPENSSL_DEFAULT_STREAM_CIPHERS; cipherlist 1525 ext/openssl/xp_ssl.c if (cipherlist) { cipherlist 1526 ext/openssl/xp_ssl.c if (SSL_CTX_set_cipher_list(sslsock->ctx, cipherlist) != 1) {