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:
ceb4678
)
declare as in prototype
author
Ulf Möller
<ulf@openssl.org>
Wed, 12 Apr 2006 19:24:45 +0000
(19:24 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Wed, 12 Apr 2006 19:24:45 +0000
(19:24 +0000)
Submitted by: Gisle Vanem
apps/apps.c
patch
|
blob
|
history
diff --git
a/apps/apps.c
b/apps/apps.c
index 365287f488abcd898bf017d176db99afec794960..c4a7f12e7309e47051c7bc9ab799970711b780f0 100644
(file)
--- a/
apps/apps.c
+++ b/
apps/apps.c
@@
-2673,7
+2673,7
@@
int raw_read_stdin(void *buf,int siz)
#endif
#if defined(_WIN32) && defined(STD_OUTPUT_HANDLE)
-int raw_write_stdout(void *buf,int siz)
+int raw_write_stdout(
const
void *buf,int siz)
{
DWORD n;
if (WriteFile(GetStdHandle(STD_OUTPUT_HANDLE),buf,siz,&n,NULL))