projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85a7007
)
RT4053: Typo in error message
author
Michal Bozon
<michal.bozon@gmail.com>
Mon, 28 Sep 2015 16:59:27 +0000
(12:59 -0400)
committer
Rich Salz
<rsalz@openssl.org>
Mon, 28 Sep 2015 17:36:46 +0000
(13:36 -0400)
Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
apps/prime.c
patch
|
blob
|
history
diff --git
a/apps/prime.c
b/apps/prime.c
index d7f3869fdcab916009c6a6628a20c2e56df67ac9..2ce4e94f8988ceadd8e2c33e9b3605fd5df8773f 100644
(file)
--- a/
apps/prime.c
+++ b/
apps/prime.c
@@
-121,7
+121,7
@@
int prime_main(int argc, char **argv)
char *s;
if (!bits) {
- BIO_printf(bio_err, "Specif
i
y the number of bits.\n");
+ BIO_printf(bio_err, "Specify the number of bits.\n");
goto end;
}
bn = BN_new();