Move cacert.h out of deps/, since it does not belong there. (#17122)
This commit is contained in:
parent
a118963dc9
commit
66eead3afa
|
@ -51,7 +51,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Not part of the mbedtls upstream source */
|
/* Not part of the mbedtls upstream source */
|
||||||
#include "../../deps/mbedtls/cacert.h"
|
#include "cacert.h"
|
||||||
|
|
||||||
#define DEBUG_LEVEL 0
|
#define DEBUG_LEVEL 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue