1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-10-20 04:35:10 +08:00

Cleanup following the removal of RSA legacy options

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
Ronald Cron
2025-09-15 14:39:26 +02:00
parent 2b7f59535f
commit 919a1e4e22
3 changed files with 2 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
Basic usage, to read the Mbed TLS configuration:
config = CombinedConfigFile()
if 'MBEDTLS_RSA_C' in config: print('RSA is enabled')
if 'MBEDTLS_SSL_TLS_C' in config: print('TLS is enabled')
"""
## Copyright The Mbed TLS Contributors