소스 검색

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()