From 5516c4897591b6e04d2c0e790838557d742e67a2 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 29 Sep 2014 10:28:17 +0000 Subject: [PATCH] PHPMailer: Merge upstream commit (PR274). props zodiac1978. fixes #27946. Built from https://develop.svn.wordpress.org/trunk@29783 git-svn-id: http://core.svn.wordpress.org/trunk@29555 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-smtp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/class-smtp.php b/wp-includes/class-smtp.php index e6b45222d8..eddc9916ef 100644 --- a/wp-includes/class-smtp.php +++ b/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) {