Skip to content

Commit 84cf23d

Browse files
committed
Spacing change to retrigger CI
1 parent 258a7da commit 84cf23d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/test_kbkdf.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ static int test_kbkdf_feedback(void)
226226
/* Test with 256-bit key */
227227
err = test_kbkdf_feedback_compare(osslLibCtx, wpLibCtx, key256, sizeof(key256));
228228
}
229-
230229
if (err == 0) {
231230
/* Test HMAC mode with SHA256 */
232231
err = test_kbkdf_hmac_compare(osslLibCtx, wpLibCtx, key128, sizeof(key128), "SHA256");
@@ -235,7 +234,6 @@ static int test_kbkdf_feedback(void)
235234
err = test_kbkdf_hmac_compare(osslLibCtx, wpLibCtx, key256, sizeof(key256), "SHA256");
236235
}
237236
}
238-
239237
if (err == 0) {
240238
/* Test HMAC mode with SHA384 */
241239
err = test_kbkdf_hmac_compare(osslLibCtx, wpLibCtx, key128, sizeof(key128), "SHA384");

0 commit comments

Comments
 (0)