From a629dd530676544ac59139ee8ccca8bd23014757 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 16 Nov 2019 17:54:48 -0600 Subject: [PATCH] crypto/testmngr.h: Fix some issues with section block comments. --- crypto/testmngr.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/crypto/testmngr.h b/crypto/testmngr.h index 52af88ce65..e950934c72 100644 --- a/crypto/testmngr.h +++ b/crypto/testmngr.h @@ -43,7 +43,7 @@ #include /**************************************************************************** - * 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 */