mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 22:02:27 +00:00
Flatten Mbed TLS directory structure
This commit is contained in:
parent
d0ac995dc0
commit
1beeb7a829
199 changed files with 1184 additions and 944 deletions
|
@ -10,16 +10,16 @@
|
|||
#include "libc/log/check.h"
|
||||
#include "libc/stdio/stdio.h"
|
||||
#include "libc/str/str.h"
|
||||
#include "third_party/mbedtls/include/mbedtls/ctr_drbg.h"
|
||||
#include "third_party/mbedtls/include/mbedtls/dhm.h"
|
||||
#include "third_party/mbedtls/include/mbedtls/entropy.h"
|
||||
#include "third_party/mbedtls/include/mbedtls/error.h"
|
||||
#include "third_party/mbedtls/include/mbedtls/net_sockets.h"
|
||||
#include "third_party/mbedtls/include/mbedtls/pk.h"
|
||||
#include "third_party/mbedtls/include/mbedtls/platform.h"
|
||||
#include "third_party/mbedtls/include/mbedtls/ssl.h"
|
||||
#include "third_party/mbedtls/include/mbedtls/ssl_cache.h"
|
||||
#include "third_party/mbedtls/include/mbedtls/x509_crt.h"
|
||||
#include "third_party/mbedtls/ctr_drbg.h"
|
||||
#include "third_party/mbedtls/dhm.h"
|
||||
#include "third_party/mbedtls/entropy.h"
|
||||
#include "third_party/mbedtls/error.h"
|
||||
#include "third_party/mbedtls/net_sockets.h"
|
||||
#include "third_party/mbedtls/pk.h"
|
||||
#include "third_party/mbedtls/platform.h"
|
||||
#include "third_party/mbedtls/ssl.h"
|
||||
#include "third_party/mbedtls/ssl_cache.h"
|
||||
#include "third_party/mbedtls/x509_crt.h"
|
||||
|
||||
#define R(e) \
|
||||
if ((r = e)) goto Die
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue