--- s_server.c 2000-10-05 22:22:52.000000000 +0400 +++ s_server.c.ok 2003-11-23 06:34:04.000000000 +0300 @@ -27,6 +27,9 @@ * Version 2.0.5 * Compatibility with OpenSSL 0.9.4 * + * Version 2.0.6 + * Compatibility with OpenSSL 0.9.7 + * * Copyright 1997-9 Rick R. Kaseguma * All rights reserved * @@ -464,7 +467,7 @@ if (bugs) SSL_CTX_set_options(ctx,SSL_OP_ALL); if (hack) SSL_CTX_set_options(ctx,SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG); - if (hack) SSL_CTX_set_options(ctx,SSL_OP_NON_EXPORT_FIRST); + if (hack) SSL_CTX_set_options(ctx,SSL_OP_CIPHER_SERVER_PREFERENCE); if (state) SSL_CTX_set_info_callback(ctx,apps_ssl_info_callback);