mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
@@ -1,7 +1,7 @@
|
|||||||
Changes
|
Changes
|
||||||
* config.h has been split into build_info.h and mbedtls_config.h
|
* config.h has been split into build_info.h and mbedtls_config.h
|
||||||
build_info.h is intended to be included from C code directly, while
|
build_info.h is intended to be included from C code directly, while
|
||||||
mbedtls_config.h is intended to be edited by end users whishing to
|
mbedtls_config.h is intended to be edited by end users wishing to
|
||||||
change the build configuration, and should generally only be included from
|
change the build configuration, and should generally only be included from
|
||||||
build_info.h.
|
build_info.h.
|
||||||
* The handling of MBEDTLS_CONFIG_FILE has been moved into build_info.h.
|
* The handling of MBEDTLS_CONFIG_FILE has been moved into build_info.h.
|
||||||
|
@@ -3,7 +3,7 @@ Introduce a level of indirection and versioning in the config files
|
|||||||
|
|
||||||
`config.h` was split into `build_info.h` and `mbedtls_config.h`.
|
`config.h` was split into `build_info.h` and `mbedtls_config.h`.
|
||||||
`build_info.h` is intended to be included from C code directly, while
|
`build_info.h` is intended to be included from C code directly, while
|
||||||
`mbedtls_config.h` is intended to be edited by end users whishing to
|
`mbedtls_config.h` is intended to be edited by end users wishing to
|
||||||
change the build configuration, and should generally only be included from
|
change the build configuration, and should generally only be included from
|
||||||
`build_info.h`. This is because all the preprocessor logic has been moved
|
`build_info.h`. This is because all the preprocessor logic has been moved
|
||||||
into `build_info.h`, including the handling of the `MBEDTLS_CONFIG_FILE`
|
into `build_info.h`, including the handling of the `MBEDTLS_CONFIG_FILE`
|
||||||
|
Reference in New Issue
Block a user