diff --git a/src/internal.c b/src/internal.c index e144bc982..6dc90751a 100644 --- a/src/internal.c +++ b/src/internal.c @@ -96,7 +96,7 @@ typedef enum { } processReply; #ifndef NO_OLD_TLS -static void Hmac(CYASSL* ssl, byte* digest, const byte* buffer, word32 sz, +static void Hmac(CYASSL* ssl, byte* digest, const byte* in, word32 sz, int content, int verify); #endif