void sess_reuse_cb without earlydata support

This commit is contained in:
Stefan Eissing 2025-02-25 15:14:42 +01:00
parent 837402f87c
commit f469d83406
No known key found for this signature in database

View File

@ -4065,6 +4065,8 @@ CURLcode Curl_ossl_ctx_init(struct ossl_ctx *octx,
Curl_alpn_restrict_to(&alpns, scs->alpn);
}
}
#else
(void)sess_reuse_cb;
#endif
}
SSL_SESSION_free(ssl_session);