1 |
wellsi |
1.1 |
diff -up openssl-fips-0.9.8e/ssl/ssl_ciph.c.sort openssl-fips-0.9.8e/ssl/ssl_ciph.c |
2 |
|
|
--- openssl-fips-0.9.8e/ssl/ssl_ciph.c.sort 2010-12-07 17:45:32.000000000 +0100 |
3 |
|
|
+++ openssl-fips-0.9.8e/ssl/ssl_ciph.c 2011-04-04 14:00:56.000000000 +0200 |
4 |
|
|
@@ -1087,6 +1087,7 @@ STACK_OF(SSL_CIPHER) *ssl_create_cipher_ |
5 |
|
|
sk_SSL_CIPHER_free(*cipher_list_by_id); |
6 |
|
|
*cipher_list_by_id = tmp_cipher_list; |
7 |
|
|
(void)sk_SSL_CIPHER_set_cmp_func(*cipher_list_by_id,ssl_cipher_ptr_id_cmp); |
8 |
|
|
+ sk_SSL_CIPHER_sort(*cipher_list_by_id); |
9 |
|
|
|
10 |
|
|
return(cipherstack); |
11 |
|
|
} |