forked from wolfSSL/wolfssl
Fix STM32 example broken in #8143.
This commit is contained in:
@@ -1759,6 +1759,7 @@ static int tls13_uart_client(void)
|
|||||||
if (wolfSSL_UseKeyShare(ssl, WOLFSSL_KYBER_LEVEL1) != WOLFSSL_SUCCESS) {
|
if (wolfSSL_UseKeyShare(ssl, WOLFSSL_KYBER_LEVEL1) != WOLFSSL_SUCCESS) {
|
||||||
printf("wolfSSL_UseKeyShare Error!!");
|
printf("wolfSSL_UseKeyShare Error!!");
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
do {
|
do {
|
||||||
|
Reference in New Issue
Block a user