summaryrefslogtreecommitdiff
path: root/include/sha256.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sha256.h')
-rw-r--r--include/sha256.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sha256.h b/include/sha256.h
index 714d87351c..11260f9351 100644
--- a/include/sha256.h
+++ b/include/sha256.h
@@ -5,8 +5,8 @@
/* SHA-256 functions */
-#ifndef _CROS_EC_SHA256_H
-#define _CROS_EC_SHA256_H
+#ifndef __CROS_EC_SHA256_H
+#define __CROS_EC_SHA256_H
#include "common.h"
@@ -26,4 +26,4 @@ void SHA256_init(struct sha256_ctx *ctx);
void SHA256_update(struct sha256_ctx *ctx, const uint8_t *data, uint32_t len);
uint8_t *SHA256_final(struct sha256_ctx *ctx);
-#endif /* _CROS_EC_SHA256_H */
+#endif /* __CROS_EC_SHA256_H */