Skip to content

Commit 8d41e68

Browse files
committed
fix: minor typos
1 parent 5306a85 commit 8d41e68

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

wolfcrypt/test/test.c

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -968,12 +968,11 @@ static WOLFSSL_TEST_SUBROUTINE wc_test_ret_t nist_sp80056c_kdf_test(void)
968968
byte output[SP800_56C_MAX_OUT];
969969
word32 i;
970970
int ret;
971+
/* vectors from
972+
* https://csrc.nist.gov/projects/cryptographic-standards-and-guidelines/example-values
973+
*
974+
* (KeyManagement) */
971975
struct sp800_56c_test_vector vctors[] = {
972-
/* vectors from
973-
* https://csrc.nist.gov/projects/
974-
* cryptographic-standards-and-guidelines/example-values
975-
*
976-
* (KeyManagement) */
977976
#if !defined(NO_SHA)
978977
/* SHA-1 */
979978
INIT_SP80056C_TEST_VECTOR(

0 commit comments

Comments
 (0)