]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
openssl: show the cipher selection to use
authorDaniel Stenberg <daniel@haxx.se>
Thu, 12 Mar 2015 14:53:45 +0000 (15:53 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 12 Mar 2015 14:53:45 +0000 (15:53 +0100)
lib/vtls/openssl.c

index 2d41ed4a51f59596ab1c143a4622b76ca6d71385..8a4a6a13d7993bfb894712b865ec5ad7aed709f9 100644 (file)
@@ -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) {