X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/68b1e05a0d61aa49226725f0a090d2016181115b..447f7a7bc8eac6072ee513884a5225eab7644da8:/ssh.h diff --git a/ssh.h b/ssh.h index 9a57205d..0886d450 100644 --- 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);