Skip to content
Snippets Groups Projects
Commit 1fce9d12 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Merge branch 'maint-0.3.3' into maint-0.3.4

parents 6b2ff4ff 93b6d413
No related branches found
No related tags found
No related merge requests found
......@@ -1295,7 +1295,7 @@ tor_tls_context_new(crypto_pk_t *identity, unsigned int key_lifetime,
list = "P-256:P-224";
else
list = "P-256:P-224";
int r = SSL_CTX_set1_groups_list(result->ctx, list);
int r = (int) SSL_CTX_set1_groups_list(result->ctx, list);
if (r < 0)
goto error;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment