Fix for building TLS v1.3 with NO_WOLFSSL_CLIENT.

This commit is contained in:
David Garske 2020-05-12 09:31:22 -07:00
parent b417a76613
commit ba8227bcf7

View File

@ -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 */