Explorar o código

Remove some test code from previouse commit

olegkap_cp %!s(int64=12) %!d(string=hai) anos
pai
achega
c62571a059
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()