summaryrefslogtreecommitdiff
path: root/lib/polarssl.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-06-02 14:13:02 +0200
committerYang Tse <yangsita@gmail.com>2010-06-02 14:13:02 +0200
commit077125e4a2a77384c88b51ffd88c985cabf95193 (patch)
tree99a42d6286462e74c3af8a21b896c503b01a95b3 /lib/polarssl.h
parentdf06182d867eaf80c006765a1601b9fcff5e8465 (diff)
downloadcurl-077125e4a2a77384c88b51ffd88c985cabf95193.tar.gz
include libcurl standard internal headers
Diffstat (limited to 'lib/polarssl.h')
-rw-r--r--lib/polarssl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/polarssl.h b/lib/polarssl.h
index be905987e..964af1728 100644
--- a/lib/polarssl.h
+++ b/lib/polarssl.h
@@ -1,5 +1,5 @@
-#ifndef __POLARSSL_H
-#define __POLARSSL_H
+#ifndef HEADER_CURL_POLARSSL_H
+#define HEADER_CURL_POLARSSL_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
@@ -54,4 +54,4 @@ int Curl_polarssl_shutdown(struct connectdata *conn, int sockindex);
#define curlssl_data_pending(x,y) (x=x, y=y, 0)
#endif /* USE_POLARSSL */
-#endif
+#endif /* HEADER_CURL_POLARSSL_H */