1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

hmac.c related compilation adjustment

This commit is contained in:
Yang Tse 2010-04-20 21:35:31 +02:00
parent 32236dad5e
commit 81512cc02b

View File

@ -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 */