Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-10-18 18:03:00 +0300
committerAdam Langley <alangley@gmail.com>2015-10-26 21:47:51 +0300
commit60be02762578c0e5be04171330329af051bc9f44 (patch)
treecfb3ce8be24328f3c4aecac76b7737f090394fca /include/openssl/time_support.h
parentf91fa5cfc6bdce738e52a2fee2477e936e18c93e (diff)
Style: fix some header guards
Change-Id: I86c30c7fe489c720f83f744696df0a0a20268531 Reviewed-on: https://boringssl-review.googlesource.com/6317 Reviewed-by: Adam Langley <alangley@gmail.com>
Diffstat (limited to 'include/openssl/time_support.h')
-rw-r--r--include/openssl/time_support.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/openssl/time_support.h b/include/openssl/time_support.h
index 912e6724..cec430d3 100644
--- a/include/openssl/time_support.h
+++ b/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 */