Move crypto header files from include/crypto to include/nuttx/crypto

This commit is contained in:
Gregory Nutt
2014-07-03 18:35:08 -06:00
parent 71f6838129
commit 1657e6296b
6 changed files with 17 additions and 17 deletions
+2 -1
View File
@@ -44,8 +44,9 @@
#include <string.h>
#include <poll.h>
#include <errno.h>
#include <nuttx/fs/fs.h>
#include <crypto/crypto.h>
#include <nuttx/crypto/crypto.h>
/****************************************************************************
* Private Function Prototypes
+2 -2
View File
@@ -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
+2 -3
View File
@@ -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