Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
huitema committed Dec 8, 2023
1 parent e6d3f16 commit 6825dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picoquictest/minicrypto_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ int minicrypto_is_last_test()
ret = -1;
}
if (using_aes128gcm_sha256_low != expected_aes128gcm_sha256_low) {
DBG_PRINTF("Wrong aes gcm 128 sha 256. Expected: %s, actual: %s",
DBG_PRINTF("Wrong aes gcm 128 sha 256 low. Expected: %s, actual: %s",
(expected_aes128gcm_sha256_low) ? "minicrypto" : "other",
(using_aes128gcm_sha256_low) ? "minicrypto" : "other");
ret = -1;
Expand Down

0 comments on commit 6825dad

Please sign in to comment.