Switch from an enable to a disable flag
This commit is contained in:
parent
6186019d5d
commit
037170465a
2 changed files with 14 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue