Skip to content

Commit

Permalink
Add test definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
huitema committed Sep 7, 2023
1 parent ca4b8cb commit 5118631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/ptls_mbedtls.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ int main(int argc, char **argv)
#if defined(MBEDTLS_SHA384_C)
subtest("aes256gcm_sha384", test_aes256gcm_sha384);
#endif
subtest("chacha20poly1305_sha256", test_chacha20poly1305_sha256);
/* Deinitialize the PSA crypto library. */
mbedtls_psa_crypto_free();

Expand Down

0 comments on commit 5118631

Please sign in to comment.