commit | 037170465a72abfe0bbe97f43df945c12d3cb503 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Nov 04 19:52:10 2014 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Dec 02 10:40:54 2014 +0100 |
tree | dc358ba04ed21ef5acaf1c68da530a155a74adbe | |
parent | 6186019d5dab9c2d135f7a619c20db6947e6bc1b [diff] [blame] |
Switch from an enable to a disable flag
diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h index b1df138..cfd987b 100644 --- a/include/polarssl/ssl.h +++ b/include/polarssl/ssl.h
@@ -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"