Selaa lähdekoodia

Remove some test code from previouse commit

olegkap_cp 12 vuotta sitten
vanhempi
sitoutus
c62571a059
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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()