mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-01 18:21:07 +02:00
This commit restructures ssl_ciphersuites.h and ssl_ciphersuites.c to define all ciphersuite helper functions static inline in ssl_ciphersuites.h if MBEDTLS_SSL_CONF_SINGLE_CIPHERSUITE is set, and to otherwise put their definitions in ssl_ciphersuites.c.