mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-25 05:31:11 +01:00
The session cache is only server-side. This also aligns the conditions guarding those fields with the condition guarding the function setting them - no need to have the fields if we can't set them. This preserves the API and ABI in the default config as it only affects non-default configs.