Skip to content

Commit

Permalink
updated callback message
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemas committed Mar 6, 2025
1 parent a1559dc commit 00beef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/fipsmodule/self_check/self_check.c
Original file line number Diff line number Diff line change
Expand Up @@ -2081,7 +2081,7 @@ static int boringssl_self_test_ml_dsa(void) {

if (!ml_dsa_44_sign_internal_no_self_test(private_key, signature, &sig_len, kMLDSASignPlaintext,
mlen_int, NULL, 0, kMLDSASigGenSeed) ||
!check_test(kMLDSASignSignature, signature, sizeof(signature), "ML-DSA SigGen signature")) {
!check_test(kMLDSASignSignature, signature, sizeof(signature), "ML-DSA-sign")) {
goto err;
}

Expand Down

0 comments on commit 00beef2

Please sign in to comment.