mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +00:00
d65ea42262
Mbed TLS can be configured by writing a configuration file from scratch, without copying mbedtls_config.h. As a consequence, all the macro definitions in mbedtls_config.h must be optional. This was not the case for some MBEDTLS_SSL_TLS1_3_xxx macros with numerical values related to session tickets. Fix that. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
4 lines
102 B
Plaintext
4 lines
102 B
Plaintext
Bugfix
|
|
* Fix undefined symbols in some builds using TLS 1.3 with a custom
|
|
configuration file.
|