mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-27 14:41:22 +01:00
This is the first in a series of commit aimed at removing the pk_info structures when we're building with MBEDTLS_PK_SINGLE_TYPE enabled. Introducing this abstraction allows us to later make it a two-valued type (valid, invalid) instead, which is much lighter.