]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - sshsh256.c
first pass
[PuTTY.git] / sshsh256.c
index b2bd862e6ad15f0b8b2a197f47197ae145766f77..4186f3e8180fc54b54fdefa19851200fd17157fe 100644 (file)
@@ -345,7 +345,7 @@ const struct ssh_mac ssh_hmac_sha256 = {
     hmacsha256_start, hmacsha256_bytes,
     hmacsha256_genresult, hmacsha256_verresult,
     "hmac-sha2-256", "hmac-sha2-256-etm@openssh.com",
-    32,
+    32, 32,
     "HMAC-SHA-256"
 };