diff options
Diffstat (limited to 'lib/sha256.h')
-rw-r--r-- | lib/sha256.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/sha256.h b/lib/sha256.h index e695055..9d6a4d5 100644 --- a/lib/sha256.h +++ b/lib/sha256.h @@ -1,6 +1,4 @@ /* sha256.h - TinyCrypt interface to a SHA-256 implementation. */ -#ifndef __SHA256_H__ -#define __SHA256_H__ /* * Copyright (C) 2015 by Intel Corporation, All Rights Reserved. @@ -52,6 +50,9 @@ * operation. */ +#ifndef __SHA256_H__ +#define __SHA256_H__ + #include <stddef.h> #include <stdint.h> |