mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 03:45:50 +08:00
Move crypto header files from include/crypto to include/nuttx/crypto
This commit is contained in:
+2
-1
@@ -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
@@ -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
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user