projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
111b234
)
Fix the LIBZ macro on VC config targets
author
Richard Levitte
<levitte@openssl.org>
Mon, 24 Oct 2016 13:03:57 +0000
(15:03 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Sun, 6 Nov 2016 21:54:08 +0000
(22:54 +0100)
If zlib-dynamic was given but not --with-zlib-lib, LIBZ was defined to
the empty string. Instead, give it the default "ZLIB1".
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1772)
No differences found