From 8a956769a4aadb1183d92bbf809650e5744c8ca5 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 29 Sep 2014 10:27:58 +0000 Subject: [PATCH] PHPMailer: Merge upstream commit (PR274). props zodiac1978. fixes #27946. git-svn-id: https://develop.svn.wordpress.org/trunk@29783 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-smtp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-smtp.php b/src/wp-includes/class-smtp.php index e6b45222d8..eddc9916ef 100644 --- a/src/wp-includes/class-smtp.php +++ b/src/wp-includes/class-smtp.php @@ -409,7 +409,7 @@ class SMTP // RFC 2104 HMAC implementation for php. // Creates an md5 HMAC. // Eliminates the need to install mhash to compute a HMAC - // Hacked by Lance Rushing + // by Lance Rushing $b = 64; // byte length for md5 if (strlen($key) > $b) {