Oops, one SSL_OP_NON_EXPORT_FIRST was left.
diff --git a/apps/s_server.c b/apps/s_server.c
index 269b28d..d3685ac 100644
--- a/apps/s_server.c
+++ b/apps/s_server.c
@@ -685,7 +685,6 @@
 	if (bugs) SSL_CTX_set_options(ctx,SSL_OP_ALL);
 	if (hack) SSL_CTX_set_options(ctx,SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG);
 	SSL_CTX_set_options(ctx,off);
-	if (hack) SSL_CTX_set_options(ctx,SSL_OP_NON_EXPORT_FIRST);
 
 	if (state) SSL_CTX_set_info_callback(ctx,apps_ssl_info_callback);