Skip to content

Commit 8e75a56

Browse files
Reword comment to hopefully fix clang-tidy test.
1 parent 34df758 commit 8e75a56

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/api/test_dsa.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,8 +612,7 @@ int test_wc_DsaCheckPubKey(void)
612612
"07610fcc9ee68491dbc1e34cd12615474e52b18bc934fb00c"
613613
"61d39e7da8902291c4434a4e2224c3f4fd9f93cd6f4f17fc0"
614614
"76341a7e7d9";
615-
/* For verify: a SHA-1-sized digest (any value) — without the fix the
616-
* forgery (r=1, s=1) verifies for ANY digest. */
615+
/* For verify: a SHA-1-sized digest (any value) */
617616
byte digest[WC_SHA_DIGEST_SIZE];
618617
/* signature is r || s, each q-sized (20 bytes for 160-bit q). */
619618
byte sig[2 * 20];

0 commit comments

Comments
 (0)