Fix STM32 example broken in #8143.

This commit is contained in:
David Garske
2024-11-27 14:06:20 -08:00
parent f15dbb9110
commit cf450a3f37

View File

@ -1759,6 +1759,7 @@ static int tls13_uart_client(void)
if (wolfSSL_UseKeyShare(ssl, WOLFSSL_KYBER_LEVEL1) != WOLFSSL_SUCCESS) {
printf("wolfSSL_UseKeyShare Error!!");
}
#endif
#endif
do {