From 902f5cf53f5be713a4b71fbde63be70134d06293 Mon Sep 17 00:00:00 2001 From: Sean Parkinson Date: Thu, 27 Apr 2017 10:46:16 +1000 Subject: [PATCH] Stack size enabled config fix --- src/tls13.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tls13.c b/src/tls13.c index f88de1225..83b6a09f6 100644 --- a/src/tls13.c +++ b/src/tls13.c @@ -904,7 +904,6 @@ static int DeriveTls13Keys(WOLFSSL* ssl, int secret, int side) end: #ifdef WOLFSSL_SMALL_STACK - XFREE(serverData, ssl->heap, DYNAMIC_TYPE_TMP_BUFFER); XFREE(key_data, ssl->heap, DYNAMIC_TYPE_TMP_BUFFER); #endif