Add support for HMAC-SHA-256 as an SSH-2 MAC algorithm ("hmac-sha2-256")
[u/mdw/putty] / sshzlib.c
index 25ccd25..05fa577 100644 (file)
--- a/sshzlib.c
+++ b/sshzlib.c
@@ -38,6 +38,7 @@
  */
 
 #include <stdlib.h>
+#include <string.h>
 #include <assert.h>
 
 #ifdef ZLIB_STANDALONE