Skip to content

Commit

Permalink
Update mbedTLS to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lpsd committed May 25, 2024
1 parent 487c171 commit c3cd8b8
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 c3cd8b8

Please sign in to comment.