Fix use of config-specific libraries for Windows OpenSSL
authorAndrew Dunstan
Wed, 3 Jan 2018 20:26:39 +0000 (15:26 -0500)
committerAndrew Dunstan
Wed, 3 Jan 2018 20:34:02 +0000 (15:34 -0500)
commit2d03daa7b8b1b8061afa80bdec85da5d761e1023
tree923bd23b159c03747294a20274af0d71de65cfb2
parentfe6bdc0a38c7bdb8d94f720f7a33cfee87458f6d
Fix use of config-specific libraries for Windows OpenSSL

Commit 614350a3 allowed for an different builds of OpenSSL libraries on
Windows, but ignored the fact that the alternative builds don't have
config-specific libraries. This patch fixes the Solution file to ask for
the correct libraries.

per offline discussions with Leonardo Cecchi and Marco Nenciarini,

Backpatch to all live branches.
src/tools/msvc/Solution.pm