mirror of https://github.com/wolfSSL/wolfssl.git
Merge pull request #660 from ejohnstown/win-renegotiation
Enable secure renegotiation by default for Windows library build.pull/670/head
commit
a9e7c4081f
|
@ -30,6 +30,8 @@
|
|||
#define NO_PSK
|
||||
#define HAVE_EXTENDED_MASTER
|
||||
#define WOLFSSL_SNIFFER
|
||||
#define HAVE_TLS_EXTENSIONS
|
||||
#define HAVE_SECURE_RENEGOTIATION
|
||||
#else
|
||||
/* The servers and clients */
|
||||
#define OPENSSL_EXTRA
|
||||
|
|
Loading…
Reference in New Issue