From 511863166c425cc49060f4c8d301c05b553f05c5 Mon Sep 17 00:00:00 2001 From: Christian Huitema Date: Wed, 6 Sep 2023 21:03:14 -0700 Subject: [PATCH] Add test definition. --- t/ptls_mbedtls.c | 1 + 1 file changed, 1 insertion(+) diff --git a/t/ptls_mbedtls.c b/t/ptls_mbedtls.c index 87dacf188..c19000ecb 100644 --- a/t/ptls_mbedtls.c +++ b/t/ptls_mbedtls.c @@ -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();