From f6e4b667075b3678f03787763a98389a8b9c8c9b Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 9 Mar 2016 08:48:10 -0800 Subject: [PATCH] Fixed link in bcrypt readme --- src/3rdparty/crypt/bcrypt/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/3rdparty/crypt/bcrypt/README.md b/src/3rdparty/crypt/bcrypt/README.md index 6186530..c0bed9b 100644 --- a/src/3rdparty/crypt/bcrypt/README.md +++ b/src/3rdparty/crypt/bcrypt/README.md @@ -1,6 +1,6 @@ # BCrypt $2y -This is a modified version of [https://github.com/rg3/bcrypt](rg3/bcrypt). +This is a modified version of https://github.com/rg3/bcrypt. The only change is support for the newer $2y hash used in php's password_hash.