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:
c0dba2c
)
Fix not-c code
author
FdaSilvaYY
<fdasilvayy@gmail.com>
Tue, 18 Oct 2016 22:01:42 +0000
(
00:01
+0200)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 18 Oct 2016 22:56:48 +0000
(
00:56
+0200)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1742)
apps/win32_init.c
patch
|
blob
|
history
diff --git
a/apps/win32_init.c
b/apps/win32_init.c
index ebe92bcd4055b0a9023063c68ce49694d81a4872..df4bff41a24dea4df475c4fa361d5646d1ec342d 100644
(file)
--- a/
apps/win32_init.c
+++ b/
apps/win32_init.c
@@
-302,6
+302,6
@@
void win32_utf8argv(int *argc, char **argv[])
return;
}
#else
-void win32_utf8argv(int
&
argc, char **argv[])
+void win32_utf8argv(int
*
argc, char **argv[])
{ return; }
#endif