From 91e4545441794d3656eba4b66287a81bd346c7b9 Mon Sep 17 00:00:00 2001 From: toddouska Date: Tue, 16 Sep 2014 16:19:22 -0700 Subject: [PATCH] use new name under tlsx for secure r flags --- src/internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal.c b/src/internal.c index 960e428bc..1b1ee9f25 100644 --- a/src/internal.c +++ b/src/internal.c @@ -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 */