mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-11 04:39:56 +00:00
Cleanup following the removal of RSA legacy options
Signed-off-by: Ronald Cron <[email protected]>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user