mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Improve error message
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
54463e4f33
commit
cfd451d47f
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user