cipherlist 1498 ext/openssl/xp_ssl.c char *cipherlist = NULL; cipherlist 1573 ext/openssl/xp_ssl.c GET_VER_OPT_STRING("ciphers", cipherlist); cipherlist 1575 ext/openssl/xp_ssl.c if (!cipherlist) { cipherlist 1576 ext/openssl/xp_ssl.c cipherlist = OPENSSL_DEFAULT_STREAM_CIPHERS; cipherlist 1579 ext/openssl/xp_ssl.c if (cipherlist) { cipherlist 1580 ext/openssl/xp_ssl.c if (SSL_CTX_set_cipher_list(sslsock->ctx, cipherlist) != 1) {