From 1edd899d1127465941c0297806c18749b3ea0c9b Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 29 Jan 2018 21:54:52 +0100 Subject: Fix typo in Windows makefile template: quotify, not quotiry Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/5196) --- Configurations/windows-makefile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Configurations') 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}) -} -- cgit v1.2.3