Handle spaces in OpenSSL install location for MSVC
authorAndrew Dunstan <[email protected]>
Fri, 4 Oct 2019 19:34:40 +0000 (15:34 -0400)
committerAndrew Dunstan <[email protected]>
Fri, 4 Oct 2019 19:34:40 +0000 (15:34 -0400)
commitad7595b890dbc26284bb0d784c2aaf1b9d6f903a
treecab5a848049a76186c7fc8be0c2b9ed5007d31ea
parent2e8b6bfa90b252b1e1758364de7deff067d6058a
Handle spaces in OpenSSL install location for MSVC

First, make sure that the .exe name is quoted when trying to get the
version number. Also, don't quote the lib name for using in the project
files if it's already been quoted. This second change applies to all
libraries, not just OpenSSL.

This has clearly been broken forever, so backpatch to all live branches.
src/tools/msvc/Project.pm
src/tools/msvc/Solution.pm