From b13360514c55a5de7848beb7acc6e1f86d759478 Mon Sep 17 00:00:00 2001 From: Tomasz Rodziewicz <40165497+TRodziewicz@users.noreply.github.com> Date: Thu, 22 Apr 2021 15:14:17 +0200 Subject: [PATCH] Test why the test_depends_curves_psa fails in CI --- include/mbedtls/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 6b0cb78064..83f50dbdb4 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -2728,7 +2728,7 @@ * * Requires: MBEDTLS_ECP_C, MBEDTLS_MD_C */ -// #define MBEDTLS_ECJPAKE_C +#define MBEDTLS_ECJPAKE_C /** * \def MBEDTLS_ECP_C