diff options
Diffstat (limited to 'ext/standard/password.c')
| -rw-r--r-- | ext/standard/password.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/password.c b/ext/standard/password.c index a46f4889e5..2a5cec3e93 100644 --- a/ext/standard/password.c +++ b/ext/standard/password.c @@ -21,7 +21,6 @@ #include <stdlib.h> #include "php.h" -#if HAVE_CRYPT #include "fcntl.h" #include "php_password.h" @@ -384,7 +383,6 @@ PHP_FUNCTION(password_hash) } /* }}} */ -#endif /* HAVE_CRYPT */ /* * Local variables: * tab-width: 4 |
