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
This commit is contained in:
parent
1595d6a20c
commit
5516c48975
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue