From: Nick Mathewson Date: Wed, 13 Jun 2012 16:16:02 +0000 (-0400) Subject: Change smartlist_create->smartlist_new in bug4744 branch as merged to master X-Git-Tag: tor-0.2.3.17-beta~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37ef4f1689b51f2c78a1f02ec466b2fd34d11636;p=thirdparty%2Ftor.git Change smartlist_create->smartlist_new in bug4744 branch as merged to master --- diff --git a/src/common/tortls.c b/src/common/tortls.c index cce25a8040..53bcc98919 100644 --- a/src/common/tortls.c +++ b/src/common/tortls.c @@ -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 =