diff -ur globus_gssapi_gsi-4.14.orig/library/globus_i_gsi_gss_utils.c globus_gssapi_gsi-4.14/library/globus_i_gsi_gss_utils.c --- globus_gssapi_gsi-4.14.orig/library/globus_i_gsi_gss_utils.c 2008-02-13 22:26:39.000000000 +0100 +++ globus_gssapi_gsi-4.14/library/globus_i_gsi_gss_utils.c 2008-10-24 11:10:04.000000000 +0200 @@ -2080,14 +2080,6 @@ goto exit; } - /* - * post-0.9.8 versions of the SSL library seem to move part of the - * cipher setup code into SSL_library_init(). Without this call, the - * SSL_CTX_new routine comaplains at not being able to initialize the - * list of ciphers. - */ - SSL_library_init(); - #if (OPENSSL_VERSION_NUMBER >= 0x00908000L) && !defined(OPENSSL_NO_COMP) /* * post-0.9.8 versions of OpenSSL include data compression. unfortunately,