diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2014-05-03 07:16:49 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2014-05-03 07:16:49 +0000 |
commit | 14a5c0e69416971a628e563aee8e9adeb3feb00e (patch) | |
tree | d00c83dce0d772b126134ffda9f036d85ac29855 /net/phpldapadmin/files/patch-lib__functions.php | |
parent | - Mark DEPRECATED, set EXPIRATION_DATE, message is here: (diff) |
Finish off the incomplete conversion from 'password_hash' to
'password_hash_custom' in the previous update. Locally written
patches.
Notes
Notes:
svn path=/head/; revision=352866
Diffstat (limited to 'net/phpldapadmin/files/patch-lib__functions.php')
-rw-r--r-- | net/phpldapadmin/files/patch-lib__functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/phpldapadmin/files/patch-lib__functions.php b/net/phpldapadmin/files/patch-lib__functions.php index b0bb5eedd2fe..bf7572fa379b 100644 --- a/net/phpldapadmin/files/patch-lib__functions.php +++ b/net/phpldapadmin/files/patch-lib__functions.php @@ -1,5 +1,5 @@ --- ./lib/functions.php.orig 2012-10-01 07:54:14.000000000 +0100 -+++ ./lib/functions.php 2014-04-27 09:42:04.122737345 +0100 ++++ ./lib/functions.php 2014-05-03 07:57:44.751570981 +0100 @@ -2127,7 +2127,7 @@ * crypt, ext_des, md5crypt, blowfish, md5, sha, smd5, ssha, sha512, or clear. * @return string The hashed password. |