crypto/testmngr.h: Fix some issues with section block comments.
This commit is contained in:
parent
3473ce91a9
commit
a629dd5306
@ -43,7 +43,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
* Public Types
|
||||
****************************************************************************/
|
||||
|
||||
struct cipher_testvec
|
||||
@ -60,6 +60,10 @@ struct cipher_testvec
|
||||
unsigned short rlen;
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
#if defined(CONFIG_CRYPTO_AES)
|
||||
|
||||
/* AES test vectors */
|
||||
|
Loading…
Reference in New Issue
Block a user