Fix typos
Signed-off-by: Janos Follath <janos.follath@arm.com>
diff --git a/library/bignum_mod_raw.h b/library/bignum_mod_raw.h
index 8a202ba..21743e0 100644
--- a/library/bignum_mod_raw.h
+++ b/library/bignum_mod_raw.h
@@ -17,8 +17,8 @@
* limitations under the License.
*/
-#ifndef MBEDTLS_BIGNUM_CORE_H
-#define MBEDTLS_BIGNUM_CORE_H
+#ifndef MBEDTLS_BIGNUM_MOD_RAW_H
+#define MBEDTLS_BIGNUM_MOD_RAW_H
#include "common.h"
@@ -36,4 +36,4 @@
unsigned char *buf,
size_t buflen );
-#endif /* MBEDTLS_BIGNUM_CORE_H */
+#endif /* MBEDTLS_BIGNUM_MOD_RAW_H */