Write parameters if -genparam option include.
[openssl.git] / apps / engine.c
index 25c86171079966bdfb7f23c67592f3e82b49d012..9a6dc0d822a9fb9ef9ca48f62e0400675a2befcf 100644 (file)
@@ -148,11 +148,6 @@ static int util_flags(BIO *bio_out, unsigned int flags, const char *indent)
 
        if(flags & ENGINE_CMD_FLAG_NUMERIC)
                {
-               if(started)
-                       {
-                       BIO_printf(bio_out, "|");
-                       err = 1;
-                       }
                BIO_printf(bio_out, "NUMERIC");
                started = 1;
                }