summaryrefslogtreecommitdiffstats
path: root/src/include/openssl/time_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/openssl/time_support.h')
-rw-r--r--src/include/openssl/time_support.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/openssl/time_support.h b/src/include/openssl/time_support.h
index 912e672..cec430d 100644
--- a/src/include/openssl/time_support.h
+++ b/src/include/openssl/time_support.h
@@ -55,8 +55,8 @@
* (eay@cryptsoft.com). This product includes software written by Tim
* Hudson (tjh@cryptsoft.com). */
-#ifndef OPENSSL_HEADER_TIME_H
-#define OPENSSL_HEADER_TIME_H
+#ifndef OPENSSL_HEADER_TIME_SUPPORT_H
+#define OPENSSL_HEADER_TIME_SUPPORT_H
#include <openssl/base.h>
@@ -87,4 +87,4 @@ int OPENSSL_gmtime_diff(int *out_days, int *out_secs, const struct tm *from,
} /* extern C */
#endif
-#endif /* OPENSSL_HEADER_TIME_H */
+#endif /* OPENSSL_HEADER_TIME_SUPPORT_H */