Skip to content

Commit

Permalink
cover more cast cases fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed May 26, 2023
1 parent acacafd commit 25499e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vtls/rustls.c
Expand Up @@ -67,7 +67,7 @@ static bool
cr_data_pending(struct Curl_cfilter *cf, const struct Curl_easy *data)
{
struct ssl_connect_data *ctx = cf->ctx;
struct rustls_ssl_backend_data *const backend;
struct rustls_ssl_backend_data *backend;

(void)data;
DEBUGASSERT(ctx && ctx->backend);
Expand Down

0 comments on commit 25499e6

Please sign in to comment.