]> granicus.if.org Git - php/commitdiff
do not define CURLE_SSH twice
authorAntony Dovgal <tony2001@php.net>
Sun, 25 Jan 2009 22:33:10 +0000 (22:33 +0000)
committerAntony Dovgal <tony2001@php.net>
Sun, 25 Jan 2009 22:33:10 +0000 (22:33 +0000)
ext/curl/interface.c

index 4cba50e00f0b5770c21f758da776645d566a5120..0065dae654f5ccbc5747cedd87352868db7b7bb5 100644 (file)
@@ -682,9 +682,6 @@ PHP_MINIT_FUNCTION(curl)
 #endif
 #if LIBCURL_VERSION_NUM >= 0x070b00
        REGISTER_CURL_CONSTANT(CURLE_FTP_SSL_FAILED);
-#endif
-#if LIBCURL_VERSION_NUM >= 0x071300
-       REGISTER_CURL_CONSTANT(CURLE_SSH);
 #endif
        REGISTER_CURL_CONSTANT(CURLPROXY_HTTP);
        REGISTER_CURL_CONSTANT(CURLPROXY_SOCKS5);