Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Proxy-99 authored May 31, 2024
2 parents 03342f4 + 0ba65bb commit 219513a
Show file tree
Hide file tree
Showing 303 changed files with 95,380 additions and 46,529 deletions.
5 changes: 0 additions & 5 deletions vendor/mbedtls/3rdparty/everest/README.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@
*
* This file is part of Mbed TLS (https://tls.mbed.org)
*/
#ifndef _BSD_SOURCE
/* Required to get htole64() from gcc/glibc's endian.h (older systems)
* when we compile with -std=c99 */
#define _BSD_SOURCE
#endif
#ifndef _DEFAULT_SOURCE
/* (modern version of _BSD_SOURCE) */
#define _DEFAULT_SOURCE
#endif

#include "common.h"

Expand Down
Loading

0 comments on commit 219513a

Please sign in to comment.