Work with -pedantic!

This commit is contained in:
Ben Laurie
1999-04-23 15:01:15 +00:00
parent 779cc0bca9
commit 61f5b6f338
78 changed files with 1040 additions and 880 deletions

View File

@@ -60,7 +60,8 @@
#include <string.h>
#include "hmac.h"
void HMAC_Init(HMAC_CTX *ctx, unsigned char *key, int len, const EVP_MD *md)
void HMAC_Init(HMAC_CTX *ctx, const unsigned char *key, int len,
const EVP_MD *md)
{
int i,j,reset=0;
unsigned char pad[HMAC_MAX_MD_CBLOCK];