Blame SOURCES/openssl-fips-0.9.8e-ciph-sort.patch

5820f5
diff -up openssl-fips-0.9.8e/ssl/ssl_ciph.c.sort openssl-fips-0.9.8e/ssl/ssl_ciph.c
5820f5
--- openssl-fips-0.9.8e/ssl/ssl_ciph.c.sort	2010-12-07 17:45:32.000000000 +0100
5820f5
+++ openssl-fips-0.9.8e/ssl/ssl_ciph.c	2011-04-04 14:00:56.000000000 +0200
5820f5
@@ -1087,6 +1087,7 @@ STACK_OF(SSL_CIPHER) *ssl_create_cipher_
5820f5
 		sk_SSL_CIPHER_free(*cipher_list_by_id);
5820f5
 	*cipher_list_by_id = tmp_cipher_list;
5820f5
 	(void)sk_SSL_CIPHER_set_cmp_func(*cipher_list_by_id,ssl_cipher_ptr_id_cmp);
5820f5
+	sk_SSL_CIPHER_sort(*cipher_list_by_id);
5820f5
 
5820f5
 	return(cipherstack);
5820f5
 	}