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

Change smartlist_create->smartlist_new in bug4744 branch as merged to master

parent aa1fc73e
No related branches found
No related tags found
No related merge requests found
......@@ -1460,7 +1460,7 @@ rectify_client_ciphers(STACK_OF(SSL_CIPHER) **ciphers)
/* We need to set CLIENT_CIPHER_STACK to an array of the ciphers
* we want to use/advertise. */
int i = 0, j = 0;
smartlist_t *unsupported = smartlist_create();
smartlist_t *unsupported = smartlist_new();
/* First, create a dummy SSL_CIPHER for every cipher. */
CLIENT_CIPHER_DUMMIES =
......
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