Skip to content

Commit

Permalink
Merge pull request PHPMailer#274 from Zodiac1978/patch-1
Browse files Browse the repository at this point in the history
Remove "hacked" from "hacked by Lance Rushing"
  • Loading branch information
Synchro committed Sep 11, 2014
2 parents c2ab690 + 9bbeb39 commit e43b264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class.smtp.php
Expand Up @@ -441,7 +441,7 @@ protected function hmac($data, $key)
// 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

$bytelen = 64; // byte length for md5
if (strlen($key) > $bytelen) {
Expand Down

0 comments on commit e43b264

Please sign in to comment.