From: Han Han Date: Mon, 19 Nov 2018 23:16:54 +0000 (-0800) Subject: curle: move deprecated error code to ifndef block X-Git-Tag: curl-7_63_0~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0fd4427f40b9b5a10c53650fabc9d049e0d33c23;p=curl curle: move deprecated error code to ifndef block --- diff --git a/include/curl/curl.h b/include/curl/curl.h index 5177e3571..3c5ce709a 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -585,9 +585,6 @@ typedef enum { CURL_LAST /* never use! */ } CURLcode; -/* added in 7.62.0 */ -#define CURLE_SSL_CACERT CURLE_PEER_FAILED_VERIFICATION - #ifndef CURL_NO_OLDIES /* define this to test if your app builds with all the obsolete stuff removed! */ @@ -602,6 +599,9 @@ typedef enum { #define CURLOPT_ENCODING CURLOPT_ACCEPT_ENCODING #define CURLE_FTP_WEIRD_SERVER_REPLY CURLE_WEIRD_SERVER_REPLY +/* The following were added in 7.62.0 */ +#define CURLE_SSL_CACERT CURLE_PEER_FAILED_VERIFICATION + /* The following were added in 7.21.5, April 2011 */ #define CURLE_UNKNOWN_TELNET_OPTION CURLE_UNKNOWN_OPTION