Skip to content
Snippets Groups Projects
Commit 81512cc0 authored by Yang Tse's avatar Yang Tse
Browse files

hmac.c related compilation adjustment

parent 32236dad
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment