mirror of
https://github.com/moparisthebest/curl
synced 2025-03-07 20:59:41 -05:00

Prior to this change libcurl could show multiple 'CyaSSL: Connecting to' messages since cyassl_connect_step2 is called multiple times, typically. The message is superfluous even once since libcurl already informs the user elsewhere in code that it is connecting.