浏览代码

Remove some test code from previouse commit

olegkap_cp 12 年之前
父节点
当前提交
c62571a059
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Renci.SshClient/Renci.SshNet/Security/Cryptography/HMAC.cs

+ 1 - 1
Renci.SshClient/Renci.SshNet/Security/Cryptography/HMAC.cs

@@ -130,7 +130,7 @@ namespace Renci.SshNet.Security.Cryptography
 
             this._isHashing = false;
 
-            return this._hash.Hash.Take(12).ToArray();
+            return this._hash.Hash;
         }
 
         private void InternalInitialize()