summaryrefslogtreecommitdiff
path: root/test/nvmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/nvmem.c')
-rw-r--r--test/nvmem.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/nvmem.c b/test/nvmem.c
index 75bd9f2856..7bac2f9dd7 100644
--- a/test/nvmem.c
+++ b/test/nvmem.c
@@ -97,6 +97,11 @@ void app_compute_hash(uint8_t *p_buf, size_t num_bytes,
}
}
+int crypto_enabled(void)
+{
+ return 1;
+}
+
/* Used to allow/prevent Flash erase/write operations */
int flash_pre_op(void)
{