Handle spaces in OpenSSL install location for MSVC
authorAndrew Dunstan
Fri, 4 Oct 2019 19:34:40 +0000 (15:34 -0400)
committerAndrew Dunstan
Fri, 4 Oct 2019 19:39:27 +0000 (15:39 -0400)
commitec38d2311124b7e59a1dad20a814f705884bd38a
tree28e87fbde29212bcaae8f48869bd7b15b75cc23e
parent6c3b6406db3b132b84d7be6fe838da9d46cd02f8
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