wolfssl: fix build without USE_BIO_CHAIN

Reported-by: Megamouse on github
Fixes #20250
Closes #20251
This commit is contained in:
Daniel Stenberg 2026-01-11 10:50:19 +01:00
parent 2725d3cb85
commit 0596357584
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -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 */