Files
mbedtls/include/mbedtls
Manuel Pégourié-Gonnard 1be45825ab Remove useless guard around include
Including a header is harmless, so we can include do it unconditionally.

The condition was wrong, should have been USE_PSA || PROTO_TLS1_3. If we
just fixed to condition, then we would need to make sure things like:

    #define MBEDTLS_TLS1_3_MD_MAX_SIZE         PSA_HASH_MAX_SIZE

are also guarded, which is useless (extra defines are harmless) and
annoying, so just remove the condition altogether.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2022-09-16 13:18:36 +02:00
..
2021-10-27 11:25:08 +02:00
2021-12-06 18:58:02 +00:00
2021-06-18 12:59:38 +02:00
2021-11-03 16:13:32 +01:00
2021-06-28 09:24:07 +01:00
2022-08-22 16:05:58 +02:00
2021-06-28 09:24:07 +01:00
2021-06-28 09:24:07 +01:00
2022-08-19 10:15:56 +02:00
2021-11-30 15:37:49 +00:00
2021-10-22 22:05:10 +02:00
2022-09-16 13:18:36 +02:00
2022-03-21 15:26:19 +00:00