From: Bastian Germann Date: Fri, 13 Dec 2024 18:54:55 +0100 Subject: Disable PSA crypto --- src/crypto/mbedtls.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/mbedtls.cc b/src/crypto/mbedtls.cc index 4bc16d4..5b08c84 100644 --- a/src/crypto/mbedtls.cc +++ b/src/crypto/mbedtls.cc @@ -33,7 +33,7 @@ #include // HKDF implemented in version 2.11.0 of mbedtls #endif -#if MBEDTLS_VERSION_NUMBER >= 0x03060000 // v3.6.0 +#if 0 // starting from version 3.6, use PSA crypto #include "bctoolbox/logging.h" #include