summaryrefslogtreecommitdiff
path: root/nuttx/crypto/cryptodev.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/cryptodev.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/cryptodev.c')
-rw-r--r--nuttx/crypto/cryptodev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/crypto/cryptodev.c b/nuttx/crypto/cryptodev.c
index 827c80b32..e9b57aa69 100644
--- a/nuttx/crypto/cryptodev.c
+++ b/nuttx/crypto/cryptodev.c
@@ -47,8 +47,8 @@
#include <nuttx/fs/fs.h>
-#include <crypto/crypto.h>
-#include <crypto/cryptodev.h>
+#include <crypto/nuttx/crypto.h>
+#include <crypto/nuttx/cryptodev.h>
/****************************************************************************
* Private Function Prototypes