aboutsummaryrefslogtreecommitdiff
path: root/sha256.c
diff options
context:
space:
mode:
Diffstat (limited to 'sha256.c')
-rw-r--r--sha256.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sha256.c b/sha256.c
index eb6e308..2b5f073 100644
--- a/sha256.c
+++ b/sha256.c
@@ -27,7 +27,7 @@
// Optimized for minimal code size.
-#include "mincrypt/sha256.h"
+#include "constrainedcrypto/sha256.h"
#include <stdio.h>
#include <string.h>