Commit e3e0b45
committed
Fix for building ED25519 with
```
/wolfssl/src/ssl.c:6744:33: error: 'Options' has no member named 'cacheMessages'
6744 | ssl->options.cacheMessages = 1;
|
```WOLFSSL_NO_CLIENT_AUTH or NO_ED25519_CLIENT_AUTH set:1 parent 4bf6422 commit e3e0b45
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6739 | 6739 | | |
6740 | 6740 | | |
6741 | 6741 | | |
| 6742 | + | |
6742 | 6743 | | |
6743 | 6744 | | |
6744 | 6745 | | |
| 6746 | + | |
6745 | 6747 | | |
6746 | 6748 | | |
6747 | 6749 | | |
| |||
0 commit comments