summaryrefslogtreecommitdiff
path: root/nuttx/crypto/testmngr.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-03 18:35:08 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-03 18:35:08 -0600
commit3f6202fa63164adb8c8398474b92d113a9bacef7 (patch)
tree24a185b28737eeb50d184fbd4e97bab07d5b4dd5 /nuttx/crypto/testmngr.c
parent2a9710c9e4795cf89e8225ead113022baaec7b1f (diff)
downloadnuttx-3f6202fa63164adb8c8398474b92d113a9bacef7.tar.gz
nuttx-3f6202fa63164adb8c8398474b92d113a9bacef7.tar.bz2
nuttx-3f6202fa63164adb8c8398474b92d113a9bacef7.zip
Move crypto header files from include/crypto to include/nuttx/crypto
Diffstat (limited to 'nuttx/crypto/testmngr.c')
-rw-r--r--nuttx/crypto/testmngr.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/nuttx/crypto/testmngr.c b/nuttx/crypto/testmngr.c
index 46ac00ac1..d307599d0 100644
--- a/nuttx/crypto/testmngr.c
+++ b/nuttx/crypto/testmngr.c
@@ -44,12 +44,11 @@
#include <string.h>
#include <poll.h>
#include <errno.h>
+#include <debug.h>
#include <nuttx/fs/fs.h>
-
-#include <crypto/crypto.h>
#include <nuttx/kmalloc.h>
-#include <debug.h>
+#include <nuttx/crypto/crypto.h>
#ifdef CONFIG_CRYPTO_ALGTEST