1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-02 10:21:46 -05:00
Jay Satiro b121633402 cyassl: Fix library initialization return value
(Curl_cyassl_init)
- Return 1 on success, 0 in failure.

Prior to this change the fail path returned an incorrect value and the
evaluation to determine whether CyaSSL_Init had succeeded was incorrect.
Ironically that combined with the way curl_global_init tests SSL library
initialization (!Curl_ssl_init()) meant that CyaSSL having been
successfully initialized would be seen as that even though the code path
and return value in Curl_cyassl_init were wrong.
2015-04-01 08:10:58 +02:00
..
2015-03-03 23:17:43 +01:00
2015-03-21 16:53:43 +01:00
2015-03-20 19:03:53 +01:00
2015-03-20 20:14:35 +01:00
2015-03-03 23:17:43 +01:00
2015-03-25 08:32:12 +01:00