diff options
Diffstat (limited to 'tests/test_ctr_mode.c')
-rw-r--r-- | tests/test_ctr_mode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ctr_mode.c b/tests/test_ctr_mode.c index 0e63e63..fec588a 100644 --- a/tests/test_ctr_mode.c +++ b/tests/test_ctr_mode.c @@ -37,7 +37,7 @@ - AES128 CTR mode encryption SP 800-38a tests */ -#include <ctr_mode.h> +#include <tinycrypt/ctr_mode.h> #include <test_utils.h> #include <stdio.h> |