Rm some includes that are now useless
This commit is contained in:
parent
d13a4099dd
commit
7da0a38d43
@ -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 New Issue
Block a user