mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:21:41 +03:00
hmac.c related compilation adjustment
This commit is contained in:
parent
32236dad5e
commit
81512cc02b
1 changed files with 3 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue