crypto/testmngr.h: Fix some issues with section block comments.

This commit is contained in:
Gregory Nutt 2019-11-16 17:54:48 -06:00
parent 3473ce91a9
commit a629dd5306

View File

@ -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 */