summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_ciph.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-07 12:10:59 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-07 12:10:59 +0000
commit9d80aa7e3fd269ee3e7643af68fe61115119f7bd (patch)
treec7c49a16555f180c7611a5fa9337454c4bfa735b /ssl/ssl_ciph.c
parent15671a90a9455e1909040a667557ea904692c4f4 (diff)
Update from 0.9.8-stable
Diffstat (limited to 'ssl/ssl_ciph.c')
-rw-r--r--ssl/ssl_ciph.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/ssl_ciph.c b/ssl/ssl_ciph.c
index 080b00a501..87c5f61670 100644
--- a/ssl/ssl_ciph.c
+++ b/ssl/ssl_ciph.c
@@ -1447,6 +1447,7 @@ STACK_OF(SSL_CIPHER) *ssl_create_cipher_list(const SSL_METHOD *ssl_method,
*cipher_list_by_id = tmp_cipher_list;
(void)sk_SSL_CIPHER_set_cmp_func(*cipher_list_by_id,ssl_cipher_ptr_id_cmp);
+ sk_SSL_CIPHER_sort(*cipher_list_by_id);
return(cipherstack);
}