mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
crypto/testmngr.h: Fix some issues with section block comments.
This commit is contained in:
+5
-1
@@ -43,7 +43,7 @@
|
|||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Pre-processor Definitions
|
* Public Types
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
struct cipher_testvec
|
struct cipher_testvec
|
||||||
@@ -60,6 +60,10 @@ struct cipher_testvec
|
|||||||
unsigned short rlen;
|
unsigned short rlen;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/****************************************************************************
|
||||||
|
* Public Data
|
||||||
|
****************************************************************************/
|
||||||
|
|
||||||
#if defined(CONFIG_CRYPTO_AES)
|
#if defined(CONFIG_CRYPTO_AES)
|
||||||
|
|
||||||
/* AES test vectors */
|
/* AES test vectors */
|
||||||
|
|||||||
Reference in New Issue
Block a user