From 4821d06dff24c334ef3e28d8b31ed2abc8408b08 Mon Sep 17 00:00:00 2001 From: Takashi Kojo Date: Sat, 12 Jan 2019 07:50:15 +0900 Subject: [PATCH] fix worning --- src/tls13.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tls13.c b/src/tls13.c index 3a1983944..19312135a 100644 --- a/src/tls13.c +++ b/src/tls13.c @@ -6215,7 +6215,6 @@ static int DoTls13KeyUpdate(WOLFSSL* ssl, const byte* input, word32* inOutIdx, break; default: return INVALID_PARAMETER; - break; } /* Move index to byte after message. */