Commit cfd451d4 authored by FdaSilvaYY's avatar FdaSilvaYY Committed by Matt Caswell
Browse files

Improve error message

parent 54463e4f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1431,6 +1431,12 @@ int speed_main(int argc, char **argv)
            break;
        case OPT_MB:
            multiblock = 1;
#ifdef OPENSSL_NO_MULTIBLOCK
            BIO_printf(bio_err,
                       "%s: -mb specified but multi-block support is disabled\n",
                       prog);
            goto end;
#endif
            break;
        }
    }