Commit 1d3f1a80 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

openssl: show the cipher selection to use

parent a5d99494
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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) {