]> granicus.if.org Git - php/commitdiff
Fixing a typo found in the m4 file while trying to understand/document
authorJoey Smith <joey@php.net>
Sat, 20 Feb 2010 17:58:17 +0000 (17:58 +0000)
committerJoey Smith <joey@php.net>
Sat, 20 Feb 2010 17:58:17 +0000 (17:58 +0000)
crypt() better - the MD5 check was reporting itself as "Extended DES"

ext/standard/config.m4

index 34dab3ffaa863a9a6bb5135976b271a5b67650e9..d022b5e266f77c5f7beeb76ad1987e7cb6b8f0da 100644 (file)
@@ -274,7 +274,7 @@ if test "$ac_cv_crypt_blowfish" = "no" || test "$ac_cv_crypt_des" = "no" || test
   AC_DEFINE_UNQUOTED(PHP_STD_DES_CRYPT, 1, [Whether the system supports standard DES salt])
   AC_DEFINE_UNQUOTED(PHP_BLOWFISH_CRYPT, 1, [Whether the system supports BlowFish salt])
   AC_DEFINE_UNQUOTED(PHP_EXT_DES_CRYPT, 1, [Whether the system supports extended DES salt])
-  AC_DEFINE_UNQUOTED(PHP_MD5_CRYPT, 1, [Whether the system supports extended DES salt])
+  AC_DEFINE_UNQUOTED(PHP_MD5_CRYPT, 1, [Whether the system supports MD5 salt])
   AC_DEFINE_UNQUOTED(PHP_SHA512_CRYPT, 1, [Whether the system supports SHA512 salt])
   AC_DEFINE_UNQUOTED(PHP_SHA256_CRYPT, 1, [Whether the system supports SHA256 salt])