Merge remote-tracking branch 'public/pr/1198' into development
This commit is contained in:
commit
2c92949e0a
12 changed files with 51 additions and 47 deletions
|
@ -19,6 +19,11 @@
|
|||
* This file is part of mbed TLS (https://tls.mbed.org)
|
||||
*/
|
||||
|
||||
#if defined(__linux__)
|
||||
/* Ensure that syscall() is available even when compiling with -std=c99 */
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
#if !defined(MBEDTLS_CONFIG_FILE)
|
||||
#include "mbedtls/config.h"
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue