From 74f72b5c6b558d7637a9c4608c3ba809570a8c1f Mon Sep 17 00:00:00 2001 From: jrblixt Date: Thu, 26 Jan 2017 13:15:11 -0700 Subject: [PATCH] Jenkins fix. --- src/internal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/internal.c b/src/internal.c index 31522b453..e83e35bfc 100644 --- a/src/internal.c +++ b/src/internal.c @@ -5661,10 +5661,10 @@ static int BuildFinished(WOLFSSL* ssl, Hashes* hashes, const byte* sender) #ifdef WOLFSSL_SMALL_STACK #ifdef WOLFSSL_SHA384 XFREE(sha384, NULL, DYNAMIC_TYPE_TMP_BUFFER); - #endif - #endif /* restore */ ssl->hsHashes->hashSha384 = sha384[0]; + #endif + #endif return ret; } BuildSHA(ssl, hashes, sender);