From 1d3f1a80d0da4fb3be20c38fa7ea0809796431fa Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 12 Mar 2015 15:53:45 +0100 Subject: openssl: show the cipher selection to use --- lib/vtls/openssl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/vtls') diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c index 2d41ed4a5..8a4a6a13d 100644 --- a/lib/vtls/openssl.c +++ b/lib/vtls/openssl.c @@ -1955,6 +1955,7 @@ static CURLcode ossl_connect_step1(struct connectdata *conn, int sockindex) failf(data, "failed setting cipher list: %s", ciphers); return CURLE_SSL_CIPHER; } + infof(data, "Cipher selection: %s\n", ciphers); #ifdef USE_TLS_SRP if(data->set.ssl.authtype == CURL_TLSAUTH_SRP) { -- cgit v1.2.3