Fix compilation problem: declare Curl_HMAC_MD5 as extern in include file.
This commit is contained in:
parent
87fbcb4494
commit
14bfcb96f5
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user