summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2hmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2hmac.h')
-rw-r--r--firmware/2lib/include/2hmac.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/2lib/include/2hmac.h b/firmware/2lib/include/2hmac.h
index 1df19397..2f8d8f7c 100644
--- a/firmware/2lib/include/2hmac.h
+++ b/firmware/2lib/include/2hmac.h
@@ -3,8 +3,8 @@
* found in the LICENSE file.
*/
-#ifndef VBOOT_REFERENCE_VBOOT_2HMAC_H_
-#define VBOOT_REFERENCE_VBOOT_2HMAC_H_
+#ifndef VBOOT_REFERENCE_2HMAC_H_
+#define VBOOT_REFERENCE_2HMAC_H_
#include <stdint.h>
#include "2crypto.h"
@@ -26,4 +26,4 @@ int hmac(enum vb2_hash_algorithm alg,
const void *msg, uint32_t msg_size,
uint8_t *mac, uint32_t mac_size);
-#endif
+#endif /* VBOOT_REFERENCE_2HMAC_H_ */