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

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