mirror of
https://github.com/curl/curl.git
synced 2026-04-24 22:42:12 +03:00
Fix compilation problem: declare Curl_HMAC_MD5 as extern in include file.
This commit is contained in:
parent
87fbcb4494
commit
14bfcb96f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue