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:
8f6f144
)
Fix typo, that broke build on non-unix
author
Rich Salz
<rsalz@openssl.org>
Sun, 6 Sep 2015 23:01:24 +0000
(19:01 -0400)
committer
Rich Salz
<rsalz@openssl.org>
Sun, 6 Sep 2015 23:01:53 +0000
(19:01 -0400)
Reviewed-by: Tim Hudson <tjh@openssl.org>
apps/rehash.c
patch
|
blob
|
history
diff --git
a/apps/rehash.c
b/apps/rehash.c
index 323fd15f562c2636735d186317732a121abe7b7f..b26cbf2d4867c1f3683a5403307bcffa86b33026 100644
(file)
--- a/
apps/rehash.c
+++ b/
apps/rehash.c
@@
-444,7
+444,7
@@
int rehash_main(int argc, char **argv)
int rehash_main(int argc, char **argv)
{
- BIO_print(bio_err, "Not available; use c_rehash script\n");
+ BIO_print
f
(bio_err, "Not available; use c_rehash script\n");
return (1);
}