More robust selection of ctx_enc size
This commit is contained in:
parent
cffe4a65bd
commit
c852a68b96
2 changed files with 59 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue