mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Merge branch 'maint-0.2.9' into maint-0.3.3
This commit is contained in:
commit
93b6d41374
1 changed files with 1 additions and 1 deletions
|
@ -1274,7 +1274,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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue