Skip to content

Commit

Permalink
ECC = 1 / RSA = 0 (confirmed working echo server)
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed Dec 29, 2023
1 parent 580db0f commit 7687e53
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@

#define WOLFSSL_SHA512

#define MY_USE_ECC 0
#define MY_USE_RSA 1
#define MY_USE_ECC 1
#define MY_USE_RSA 0

/* We can use either or both ECC and RSA, but must use at least one. */
#if MY_USE_ECC || MY_USE_RSA
Expand Down

0 comments on commit 7687e53

Please sign in to comment.