From 81512cc02b92c2d6deaf9461617c89d49f44310f Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 20 Apr 2010 21:35:31 +0200 Subject: hmac.c related compilation adjustment --- lib/hmac.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/hmac.c b/lib/hmac.c index 1d3ea8342..8fa224beb 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 */ -- cgit v1.2.3