Removing obsolete test after merging and correcting missing macro

Signed-off-by: toth92g <toth92g@gmail.com>
This commit is contained in:
toth92g 2021-05-11 10:46:54 +02:00 committed by Przemek Stekiel
parent 8d435a0c8b
commit 9085cff438

View File

@ -1545,10 +1545,3 @@ exit:
mbedtls_x509_crt_free(&crt);
}
/* END_CASE */
/* BEGIN_CASE depends_on:MBEDTLS_X509_CRT_PARSE_C:MBEDTLS_SELF_TEST */
void x509_selftest()
{
TEST_ASSERT(mbedtls_x509_self_test(1) == 0);
}
/* END_CASE */