From ba8227bcf72a6dd858878cf3d727768cb2e779c3 Mon Sep 17 00:00:00 2001 From: David Garske Date: Tue, 12 May 2020 09:31:22 -0700 Subject: [PATCH] Fix for building TLS v1.3 with `NO_WOLFSSL_CLIENT`. --- src/internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal.c b/src/internal.c index a1d34fd16..6b390b64c 100644 --- a/src/internal.c +++ b/src/internal.c @@ -20252,7 +20252,7 @@ exit_dpk: return SetCipherSpecs(ssl); } -#endif /* WOLFSSL_NO_TLS12 */ +#endif /* !WOLFSSL_NO_TLS12 */ /* Make sure client setup is valid for this suite, true on success */