From 7da0a38d430f6b426e2c8502f1af812c0d653950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Thu, 5 Sep 2013 16:56:03 +0200 Subject: [PATCH] Rm some includes that are now useless --- include/polarssl/ssl.h | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h index 52ec2168d..eaebd6a72 100644 --- a/include/polarssl/ssl.h +++ b/include/polarssl/ssl.h @@ -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