Skip to content

Commit

Permalink
Merge branch 'mbed-tls-sign-certificate' of https://github.com/huitem…
Browse files Browse the repository at this point in the history
…a/picotls into mbed-tls-sign-certificate
  • Loading branch information
huitema committed Dec 4, 2023
2 parents 7739e47 + 06dd8cf commit a8e5a91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/mbedtls.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ int main(int argc, char **argv)
subtest("minicrypto vs.", test_picotls);

/* test the sign certificate */
subtest("sign certificate", test_sign_certificate)

subtest("sign certificate", test_sign_certificate);
/* Deinitialize the PSA crypto library. */
mbedtls_psa_crypto_free();

Expand Down

0 comments on commit a8e5a91

Please sign in to comment.