]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Change smartlist_create->smartlist_new in bug4744 branch as merged to master
authorNick Mathewson <nickm@torproject.org>
Wed, 13 Jun 2012 16:16:02 +0000 (12:16 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 13 Jun 2012 16:16:02 +0000 (12:16 -0400)
src/common/tortls.c

index cce25a8040068b32694341ed8cf8039baee3400e..53bcc9891930f0fd1a3149feb4f69f6fda221c82 100644 (file)
@@ -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 =