mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-09 15:22:11 -04:00
Merge pull request #6402 from gilles-peskine-arm/config.py-python-version-2.28
Add a note that config.py must remain compatible with Python 3.4
This commit is contained in:
commit
8221f84034
@ -7,6 +7,9 @@ Basic usage, to read the Mbed TLS or Mbed Crypto configuration:
|
|||||||
if 'MBEDTLS_RSA_C' in config: print('RSA is enabled')
|
if 'MBEDTLS_RSA_C' in config: print('RSA is enabled')
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
# Note that the version of this script in the mbedtls-2.28 branch must remain
|
||||||
|
# compatible with Python 3.4.
|
||||||
|
|
||||||
## Copyright The Mbed TLS Contributors
|
## Copyright The Mbed TLS Contributors
|
||||||
## SPDX-License-Identifier: Apache-2.0
|
## SPDX-License-Identifier: Apache-2.0
|
||||||
##
|
##
|
||||||
|
Loading…
x
Reference in New Issue
Block a user