More robust selection of ctx_enc size

This commit is contained in:
Manuel Pégourié-Gonnard 2013-08-20 23:03:51 +02:00 committed by Paul Bakker
parent cffe4a65bd
commit c852a68b96
2 changed files with 59 additions and 11 deletions

View file

@ -38,14 +38,6 @@
#include "polarssl/debug.h"
#include "polarssl/ssl.h"
#include "polarssl/arc4.h"
#include "polarssl/camellia.h"
#include "polarssl/des.h"
#if defined(POLARSSL_GCM_C)
#include "polarssl/gcm.h"
#endif
#if defined(POLARSSL_MEMORY_C)
#include "polarssl/memory.h"
#else