mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 23:38:09 +00:00
Rm some includes that are now useless
This commit is contained in:
parent
d13a4099dd
commit
7da0a38d43
1 changed files with 1 additions and 16 deletions
|
@ -49,30 +49,15 @@
|
|||
#include "sha512.h"
|
||||
#endif
|
||||
|
||||
// for session tickets
|
||||
#if defined(POLARSSL_AES_C)
|
||||
#include "aes.h"
|
||||
#endif
|
||||
#if defined(POLARSSL_ARC4_C)
|
||||
#include "arc4.h"
|
||||
#endif
|
||||
#if defined(POLARSSL_DES_C)
|
||||
#include "des.h"
|
||||
#endif
|
||||
#if defined(POLARSSL_CAMELLIA_C)
|
||||
#include "camellia.h"
|
||||
#endif
|
||||
#if defined(POLARSSL_GCM_C)
|
||||
#include "gcm.h"
|
||||
#endif
|
||||
|
||||
#if defined(POLARSSL_X509_PARSE_C)
|
||||
#include "x509.h"
|
||||
#endif
|
||||
|
||||
#if defined(POLARSSL_RSA_C)
|
||||
#include "rsa.h"
|
||||
#endif
|
||||
|
||||
#if defined(POLARSSL_DHM_C)
|
||||
#include "dhm.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue