]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - ssh.h
Implement hmac-sha1-96. It's RECOMMENDED in the current transport draft,
[PuTTY.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index 43060c9255c63f0e2f60dd555cc81b885876b552..8357f0c44904ff30c69798f0bab1d0692f6b5ec5 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -269,6 +269,8 @@ extern const struct ssh_signkey ssh_rsa;
 extern const struct ssh_mac ssh_hmac_md5;
 extern const struct ssh_mac ssh_hmac_sha1;
 extern const struct ssh_mac ssh_hmac_sha1_buggy;
+extern const struct ssh_mac ssh_hmac_sha1_96;
+extern const struct ssh_mac ssh_hmac_sha1_96_buggy;
 
 
 /*