Style: fix some header guards

Change-Id: I86c30c7fe489c720f83f744696df0a0a20268531
Reviewed-on: https://boringssl-review.googlesource.com/6317
Reviewed-by: Adam Langley <alangley@gmail.com>
diff --git a/include/openssl/cmac.h b/include/openssl/cmac.h
index 183f41b..0bb44b9 100644
--- a/include/openssl/cmac.h
+++ b/include/openssl/cmac.h
@@ -73,4 +73,4 @@
 }  /* extern C */
 #endif
 
-#endif  /* OPENSSL_HEADER_CBC_H */
+#endif  /* OPENSSL_HEADER_CMAC_H */
diff --git a/include/openssl/lhash.h b/include/openssl/lhash.h
index 691b247..0d6d3ae 100644
--- a/include/openssl/lhash.h
+++ b/include/openssl/lhash.h
@@ -189,4 +189,4 @@
 } /* extern C */
 #endif
 
-#endif /* OPENSSL_HEADER_STACK_H */
+#endif /* OPENSSL_HEADER_LHASH_H */
diff --git a/include/openssl/obj.h b/include/openssl/obj.h
index 0c7ae60..956bbe9 100644
--- a/include/openssl/obj.h
+++ b/include/openssl/obj.h
@@ -54,8 +54,8 @@
  * copied and put under another distribution licence
  * [including the GNU Public Licence.] */
 
-#ifndef OPENSSL_HEADER_OBJECTS_H
-#define OPENSSL_HEADER_OBJECTS_H
+#ifndef OPENSSL_HEADER_OBJ_H
+#define OPENSSL_HEADER_OBJ_H
 
 #include <openssl/base.h>
 
@@ -195,4 +195,4 @@
 
 #define OBJ_R_UNKNOWN_NID 100
 
-#endif  /* OPENSSL_HEADER_OBJECTS_H */
+#endif  /* OPENSSL_HEADER_OBJ_H */
diff --git a/include/openssl/time_support.h b/include/openssl/time_support.h
index 912e672..cec430d 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 @@
 }  /* extern C */
 #endif
 
-#endif  /* OPENSSL_HEADER_TIME_H */
+#endif  /* OPENSSL_HEADER_TIME_SUPPORT_H */