diff options
author | Yang Tse <yangsita@gmail.com> | 2010-06-02 14:13:02 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-06-02 14:13:02 +0200 |
commit | 077125e4a2a77384c88b51ffd88c985cabf95193 (patch) | |
tree | 99a42d6286462e74c3af8a21b896c503b01a95b3 /lib/curl_hmac.h | |
parent | df06182d867eaf80c006765a1601b9fcff5e8465 (diff) | |
download | curl-077125e4a2a77384c88b51ffd88c985cabf95193.tar.gz |
include libcurl standard internal headers
Diffstat (limited to 'lib/curl_hmac.h')
-rw-r--r-- | lib/curl_hmac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_hmac.h b/lib/curl_hmac.h index 4c5a5a6c1..9b65c8c2a 100644 --- a/lib/curl_hmac.h +++ b/lib/curl_hmac.h @@ -64,4 +64,4 @@ int Curl_HMAC_final(HMAC_context * context, unsigned char * result); #endif -#endif +#endif /* HEADER_CURL_HMAC_H */ |