Remove export ciphers from the DEFAULT cipher list
[openssl.git] / ssl / ssltest.c
index 0113b6526aacc6f7e02544dc4d851730f18a6b46..9f5d5862479801e96abfa14b94eee27fc526e38b 100644 (file)
@@ -2073,7 +2073,7 @@ int doit(SSL *s_ssl, SSL *c_ssl, long count)
         if (!do_client && !do_server) {
             fprintf(stdout, "ERROR IN STARTUP\n");
             ERR_print_errors(bio_err);
-            break;
+            goto err;
         }
         if (do_client && !(done & C_DONE)) {
             if (c_write) {