Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-08 | des: Fix header conditional for Curl_des_set_odd_parity | Anders Bakken | |
Follow up to 613e502. | |||
2015-08-30 | des: Fixed compilation warning from commit 613e5022fe | Steve Holme | |
curl_ntlm_core.c:150: warning 'Curl_des_set_odd_parity' undefined; assuming extern returning int | |||
2015-03-05 | openssl: remove all uses of USE_SSLEAY | Daniel Stenberg | |
SSLeay was the name of the library that was subsequently turned into OpenSSL many moons ago (1999). curl does not work with the old SSLeay library since years. This is now reflected by only using USE_OPENSSL in code that depends on OpenSSL. | |||
2015-01-28 | des: Added Curl_des_set_odd_parity() | Steve Holme | |
Added Curl_des_set_odd_parity() for use when cryptography engines don't include this functionality. |