Skip to content

Commit

Permalink
Fix STM32 example broken in wolfSSL#8143.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarske authored and gasbytes committed Dec 21, 2024
1 parent e7b7281 commit 77312f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IDE/STM32Cube/wolfssl_example.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 77312f4

Please sign in to comment.