RT4053: Typo in error message
Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
85a7007c38
commit
5573ee3669
@ -121,7 +121,7 @@ int prime_main(int argc, char **argv)
|
|||||||
char *s;
|
char *s;
|
||||||
|
|
||||||
if (!bits) {
|
if (!bits) {
|
||||||
BIO_printf(bio_err, "Specifiy the number of bits.\n");
|
BIO_printf(bio_err, "Specify the number of bits.\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
bn = BN_new();
|
bn = BN_new();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user