aboutsummaryrefslogtreecommitdiff
path: root/lib/polarssl.h
diff options
context:
space:
mode:
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 */