Fix compilation problem: declare Curl_HMAC_MD5 as extern in include file.
authormonnerat <pm@datasphere.ch>
Mon, 19 Apr 2010 10:44:17 +0000 (12:44 +0200)
committermonnerat <pm@datasphere.ch>
Mon, 19 Apr 2010 10:44:17 +0000 (12:44 +0200)
lib/curl_md5.h

index cd520bc..ddc61e3 100644 (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);