commit | 919a1e4e223a45b10971d8c49b2815a57cadf084 | [log] [tgz] |
---|---|---|
author | Ronald Cron <ronald.cron@arm.com> | Mon Sep 15 14:39:26 2025 +0200 |
committer | Ronald Cron <ronald.cron@arm.com> | Tue Sep 16 15:53:43 2025 +0200 |
tree | 3ff32b1e2e814e39c780cb04c62a4ad6e599467a | |
parent | 2b7f59535ff319a61a82acdf80806ac9c9018f6c [diff] [blame] |
Cleanup following the removal of RSA legacy options Signed-off-by: Ronald Cron <ronald.cron@arm.com>
diff --git a/scripts/config.py b/scripts/config.py index 6c4cc15..175b73c 100755 --- a/scripts/config.py +++ b/scripts/config.py
@@ -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