summaryrefslogtreecommitdiff
path: root/ext/ftp/php_ftp.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-03-11 13:30:26 +0100
committerAnatol Belski <ab@php.net>2015-03-11 21:46:38 +0100
commit167979fe76215978efc64fccad454abb22de862a (patch)
tree704f3a1716649a6267d7fba4a014e69652015095 /ext/ftp/php_ftp.h
parentf43cc2a19a8541ca19d4508bdb4fa95e7fd9590b (diff)
downloadphp-git-167979fe76215978efc64fccad454abb22de862a.tar.gz
enable ftps for shared ext/ftp
Diffstat (limited to 'ext/ftp/php_ftp.h')
-rw-r--r--ext/ftp/php_ftp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ftp/php_ftp.h b/ext/ftp/php_ftp.h
index 154397360b..054ec508ed 100644
--- a/ext/ftp/php_ftp.h
+++ b/ext/ftp/php_ftp.h
@@ -35,7 +35,7 @@ PHP_MINIT_FUNCTION(ftp);
PHP_MINFO_FUNCTION(ftp);
PHP_FUNCTION(ftp_connect);
-#ifdef HAVE_OPENSSL_EXT
+#ifdef HAVE_FTP_SSL
PHP_FUNCTION(ftp_ssl_connect);
#endif
PHP_FUNCTION(ftp_login);