aboutsummaryrefslogtreecommitdiff
path: root/lib/axtls.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/axtls.h')
-rw-r--r--lib/axtls.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/axtls.h b/lib/axtls.h
index 967f90930..8d33b1c7a 100644
--- a/lib/axtls.h
+++ b/lib/axtls.h
@@ -1,5 +1,5 @@
-#ifndef __AXTLS_H
-#define __AXTLS_H
+#ifndef HEADER_CURL_AXTLS_H
+#define HEADER_CURL_AXTLS_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
@@ -59,4 +59,5 @@ int Curl_axtls_check_cxn(struct connectdata *conn);
#define curlssl_data_pending(x,y) (x=x, y=y, 0)
#endif /* USE_AXTLS */
-#endif
+#endif /* HEADER_CURL_AXTLS_H */
+