]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
hmac.c related compilation adjustment
authorYang Tse <yangsita@gmail.com>
Tue, 20 Apr 2010 19:35:31 +0000 (21:35 +0200)
committerYang Tse <yangsita@gmail.com>
Tue, 20 Apr 2010 19:35:31 +0000 (21:35 +0200)
lib/hmac.c

index 1d3ea8342fc10b6fdd51f7a262261fa5e16c3f2e..8fa224beb1211df48ef0af145bdab73b0be54ad6 100644 (file)
  *
  ***************************************************************************/
 
+#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 */