Windows: Add missing quotes in build file
authorRichard Levitte <levitte@openssl.org>
Sat, 1 Jun 2019 05:07:48 +0000 (07:07 +0200)
committerRichard Levitte <levitte@openssl.org>
Sat, 1 Jun 2019 09:32:04 +0000 (11:32 +0200)
commitaad07a2f26b15509598f9941b72270ea4f3f7cdd
tree709df61a39749b395f4cf206d3c515750e6221f1
parentff62cad6dd36a4c34df4c2c5579d048e107f8e8f
Windows: Add missing quotes in build file

All invokations of $(PERL) need to be quoted, in case it contains
spaces.  That was forgotten in one spot.

Fixes #9060

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/9062)
Configurations/windows-makefile.tmpl