From 4be4533a6ef4504b1ced62f2ac5177869976ed16 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sat, 26 Jul 2014 13:02:52 +0200 Subject: [PATCH] ssh-hmac-sha2-256: Remove whitespace at end of line. --- phpseclib/Net/SSH2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpseclib/Net/SSH2.php b/phpseclib/Net/SSH2.php index 395242f5..726ca88c 100644 --- a/phpseclib/Net/SSH2.php +++ b/phpseclib/Net/SSH2.php @@ -1165,7 +1165,7 @@ class Net_SSH2 $mac_algorithms = array( // from : 'hmac-sha2-256',// RECOMMENDED HMAC-SHA256 (digest length = key length = 32) - + 'hmac-sha1-96', // RECOMMENDED first 96 bits of HMAC-SHA1 (digest length = 12, key length = 20) 'hmac-sha1', // REQUIRED HMAC-SHA1 (digest length = key length = 20) 'hmac-md5-96', // OPTIONAL first 96 bits of HMAC-MD5 (digest length = 12, key length = 16)