When I turned fcntls into noncloexecs in r9940, I missed one.
[sgt/putty] / ssh.h
diff --git a/ssh.h b/ssh.h
index c604554..41ad305 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -297,6 +297,7 @@ 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;
+extern const struct ssh_mac ssh_hmac_sha256;
 
 void *aes_make_context(void);
 void aes_free_context(void *handle);