From: Richard Levitte Date: Mon, 29 Jan 2018 20:54:52 +0000 (+0100) Subject: Fix typo in Windows makefile template: quotify, not quotiry X-Git-Tag: OpenSSL_1_1_1-pre1~96 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=1edd899d1127465941c0297806c18749b3ea0c9b;ds=sidebyside Fix typo in Windows makefile template: quotify, not quotiry Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/5196) --- diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl index 854807345c..ab2f8735c0 100644 --- a/Configurations/windows-makefile.tmpl +++ b/Configurations/windows-makefile.tmpl @@ -175,7 +175,7 @@ LDOUTFLAG={- $target{loutflag} || "/out:" -}$(OSSL_EMPTY) EX_LIBS={- join(' ', @{$config{ex_libs}}) -} LIB_CPPFLAGS={- join(" ", $target{shared_cppflag} || "", - (map { quotiry_l("-D".$_) } + (map { quotify_l("-D".$_) } 'OPENSSLDIR="$(OPENSSLDIR)"', 'ENGINESDIR="$(ENGINESDIR)"')) -} LIB_CFLAGS={- join(" ", $target{lib_cflags}, $target{shared_cflag}) -}