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:
d4deecc
)
Fix WinCE config target
author
Richard Levitte
<levitte@openssl.org>
Sun, 28 Jan 2018 12:26:01 +0000
(13:26 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Sun, 28 Jan 2018 13:52:19 +0000
(14:52 +0100)
vc_wince_info()->{defines} was left around, when it should be
vc_wince_info()->{cppflags}
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5182)
Configurations/10-main.conf
patch
|
blob
|
history
diff --git
a/Configurations/10-main.conf
b/Configurations/10-main.conf
index 21b4f3b2c45869c4acb2cb9a231498a97891ea54..6830294e47830ea2cede8ca8eab046f7003e2ce5 100644
(file)
--- a/
Configurations/10-main.conf
+++ b/
Configurations/10-main.conf
@@
-1433,7
+1433,7
@@
my %targets = (
: " /MC"; }),
debug => "/Od",
release => "/O1i"),
- cppflags => sub { vc_wince_info()->{
define
s}; },
+ cppflags => sub { vc_wince_info()->{
cppflag
s}; },
defines =>
picker(default => [ "UNICODE", "_UNICODE", "OPENSSL_SYS_WINCE",
"WIN32_LEAN_AND_MEAN", "L_ENDIAN", "DSO_WIN32",