File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
/* Include the Mbed TLS configuration file, the way Mbed TLS does it
39
39
* in each of its header files. */
40
40
#if !defined(MBEDTLS_CONFIG_FILE )
41
- #include "../ mbedtls/config.h"
41
+ #include "mbedtls/config.h"
42
42
#else
43
43
#include MBEDTLS_CONFIG_FILE
44
44
#endif
Original file line number Diff line number Diff line change 45
45
/* Include the Mbed TLS configuration file, the way Mbed TLS does it
46
46
* in each of its header files. */
47
47
#if !defined(MBEDTLS_CONFIG_FILE )
48
- #include "../ mbedtls/config.h"
48
+ #include "mbedtls/config.h"
49
49
#else
50
50
#include MBEDTLS_CONFIG_FILE
51
51
#endif
Original file line number Diff line number Diff line change 38
38
/* Include the Mbed TLS configuration file, the way Mbed TLS does it
39
39
* in each of its header files. */
40
40
#if !defined(MBEDTLS_CONFIG_FILE )
41
- #include "../ mbedtls/config.h"
41
+ #include "mbedtls/config.h"
42
42
#else
43
43
#include MBEDTLS_CONFIG_FILE
44
44
#endif
You can’t perform that action at this time.
0 commit comments