]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - ssh.h
Add some host key dialogue boxes. These still look a little rough around
[PuTTY.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index 9a57205d61eabefbf6f69d32ff0a33f75068540a..0886d450249c58b8786b1870646cf265fdf810d3 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -105,7 +105,7 @@ void MD5Simple(void const *p, unsigned len, unsigned char output[16]);
 
 void *hmacmd5_make_context(void);
 void hmacmd5_free_context(void *handle);
-void hmacmd5_key(void *handle, unsigned char const *key, int len);
+void hmacmd5_key(void *handle, void const *key, int len);
 void hmacmd5_do_hmac(void *handle, unsigned char const *blk, int len,
                     unsigned char *hmac);