aboutsummaryrefslogtreecommitdiffstats
path: root/main/php/fix-crypt-sha.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/php/fix-crypt-sha.patch')
-rw-r--r--main/php/fix-crypt-sha.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/main/php/fix-crypt-sha.patch b/main/php/fix-crypt-sha.patch
deleted file mode 100644
index db05584ead..0000000000
--- a/main/php/fix-crypt-sha.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- ./ext/standard/config.m4.orig
-+++ ./ext/standard/config.m4
-@@ -314,7 +314,7 @@
- fi
- AC_DEFINE_UNQUOTED(PHP_MD5_CRYPT, $ac_result, [Whether the system supports MD5 salt])
-
-- if test "$ac_cv_crypt_sha512" = "yes"; then
-+ if test "$ac_cv_crypt_SHA512" = "yes"; then
- ac_result=1
- ac_crypt_sha512=1
- else
-@@ -323,7 +323,7 @@
- fi
- AC_DEFINE_UNQUOTED(PHP_SHA512_CRYPT, $ac_result, [Whether the system supports SHA512 salt])
-
-- if test "$ac_cv_crypt_sha256" = "yes"; then
-+ if test "$ac_cv_crypt_SHA256" = "yes"; then
- ac_result=1
- ac_crypt_sha256=1
- else