mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
Split config checks to separate file
This commit is contained in:
committed by
Paul Bakker
parent
827b6cee7f
commit
14d55951ef
@@ -51,4 +51,6 @@
|
||||
/* For testing with compat.sh */
|
||||
#define POLARSSL_FS_IO
|
||||
|
||||
#include "check_config.h"
|
||||
|
||||
#endif /* POLARSSL_CONFIG_H */
|
||||
|
||||
@@ -34,4 +34,6 @@
|
||||
#define POLARSSL_SSL_SRV_C
|
||||
#define POLARSSL_SSL_TLS_C
|
||||
|
||||
#include "check_config.h"
|
||||
|
||||
#endif /* POLARSSL_CONFIG_H */
|
||||
|
||||
@@ -51,4 +51,6 @@
|
||||
/* For testing with compat.sh */
|
||||
#define POLARSSL_FS_IO
|
||||
|
||||
#include "check_config.h"
|
||||
|
||||
#endif /* POLARSSL_CONFIG_H */
|
||||
|
||||
Reference in New Issue
Block a user