mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-15 07:37:48 +00:00
Use the normal idiom to support MBEDTLS_CONFIG_FILE
Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
@@ -17,7 +17,11 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#if !defined(MBEDTLS_CONFIG_FILE)
|
||||
#include "mbedtls/config.h"
|
||||
#else
|
||||
#include MBEDTLS_CONFIG_FILE
|
||||
#endif
|
||||
|
||||
#include "mbedtls/platform.h"
|
||||
#if !defined(MBEDTLS_PLATFORM_C)
|
||||
|
||||
Reference in New Issue
Block a user