]> granicus.if.org Git - curl/commit
cyassl: Remove 'Connecting to' message from cyassl_connect_step2
authorJay Satiro <raysatiro@yahoo.com>
Sat, 4 Apr 2015 06:24:43 +0000 (02:24 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 5 Apr 2015 16:18:11 +0000 (18:18 +0200)
commita30be951d66da0b9ccc379909e6b65e32afb8e5f
tree592831b02a4afb07272b04a5911ec2ea12d60fc2
parentf2a0b2164a1cdeaa806debbc3d0b46cfe04976e9
cyassl: Remove 'Connecting to' message from cyassl_connect_step2

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.
lib/vtls/cyassl.c