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

index 477aa40bad3f12cd75c2b1598a51f5d89f3937c0..1914500e39e16df42fd36ddbcf7debdfb3c7dcda 100644 (file)
@@ -681,9 +681,6 @@ PHP_MINIT_FUNCTION(curl)
 #endif
 #if LIBCURL_VERSION_NUM >= 0x070b00
        REGISTER_CURL_CONSTANT(CURLE_FTP_SSL_FAILED);
-#endif
-#ifdef LIBCURL_VERSION_NUM >= 0x071300
-       REGISTER_CURL_CONSTANT(CURLE_SSH);
 #endif
        REGISTER_CURL_CONSTANT(CURLPROXY_HTTP);
        REGISTER_CURL_CONSTANT(CURLPROXY_SOCKS4);