From: Yang Tse Date: Tue, 20 Apr 2010 19:35:31 +0000 (+0200) Subject: hmac.c related compilation adjustment X-Git-Tag: curl-7_21_0~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81512cc02b92c2d6deaf9461617c89d49f44310f;p=thirdparty%2Fcurl.git hmac.c related compilation adjustment --- diff --git a/lib/hmac.c b/lib/hmac.c index 1d3ea8342f..8fa224beb1 100644 --- a/lib/hmac.c +++ b/lib/hmac.c @@ -22,9 +22,10 @@ * ***************************************************************************/ +#include "setup.h" + #ifndef CURL_DISABLE_CRYPTO_AUTH -#include "setup.h" #include "curl_hmac.h" /* @@ -120,4 +121,4 @@ int Curl_HMAC_final(HMAC_context * ctxt, unsigned char * result) return 0; } -#endif +#endif /* CURL_DISABLE_CRYPTO_AUTH */