use new name under tlsx for secure r flags

This commit is contained in:
toddouska
2014-09-16 16:19:22 -07:00
parent 496f1481ab
commit 91e4545441

View File

@@ -1774,7 +1774,7 @@ int InitSSL(CYASSL* ssl, CYASSL_CTX* ctx)
#if defined(HAVE_SECURE_RENEGOTIATION) && defined(HAVE_TLS_EXTENSIONS)
ssl->secureR_state.secure_renegotation = 0;
ssl->secureR_state.doing_secure_renegotation = 0;
ssl->secureR_state.previous_handshake_used = 0;
ssl->secureR_state.enabled = 0;
#endif /* HAVE_SECURE_RENEGOTIATION && HAVE_TLS_EXTENSIONS */