Switch from an enable to a disable flag

This commit is contained in:
Manuel Pégourié-Gonnard 2014-11-04 19:52:10 +01:00
parent 6186019d5d
commit 037170465a
2 changed files with 14 additions and 3 deletions

View file

@ -32,6 +32,12 @@
#else
#include POLARSSL_CONFIG_FILE
#endif
/* Temporary compatibility trick for the current stable branch */
#if !defined(POLARSSL_SSL_DISABLE_RENEGOTIATION)
#define POLARSSL_SSL_RENEGOTIATION
#endif
#include "net.h"
#include "bignum.h"
#include "ecp.h"