Fix compilation problem: declare Curl_HMAC_MD5 as extern in include file.

This commit is contained in:
monnerat 2010-04-19 12:44:17 +02:00
parent 87fbcb4494
commit 14bfcb96f5
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#ifndef CURL_DISABLE_CRYPTO_AUTH
#include "curl_hmac.h"
const HMAC_params Curl_HMAC_MD5[1];
extern const HMAC_params Curl_HMAC_MD5[1];
void Curl_md5it(unsigned char *output,
const unsigned char *input);