Commit 81512cc0 authored by Yang Tse's avatar Yang Tse
Browse files

hmac.c related compilation adjustment

parent 32236dad
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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 */