Skip to content

Commit

Permalink
Fix STM32 example broken in #8143.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarske committed Nov 27, 2024
1 parent f15dbb9 commit cf450a3
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 cf450a3

Please sign in to comment.