mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:33:38 +03:00
wolfssl: fix build without USE_BIO_CHAIN
Reported-by: Megamouse on github Fixes #20250 Closes #20251
This commit is contained in:
parent
2725d3cb85
commit
0596357584
1 changed files with 1 additions and 1 deletions
|
|
@ -401,7 +401,7 @@ static void wssl_bio_cf_free_methods(void)
|
|||
|
||||
#else /* USE_BIO_CHAIN */
|
||||
|
||||
#define wssl_bio_cf_init_methods() Curl_nop_stmt
|
||||
#define wssl_bio_cf_init_methods() TRUE
|
||||
#define wssl_bio_cf_free_methods() Curl_nop_stmt
|
||||
|
||||
#endif /* !USE_BIO_CHAIN */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue