]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix typo in variable name
authorAnders Jansson <anders.jansson@proara.se>
Sat, 18 Nov 2023 22:40:33 +0000 (23:40 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 21 Nov 2023 13:03:54 +0000 (14:03 +0100)
Fix spelling $cppfags2 => $cppflags2 in file Configurations/windows-makefile.tmpl

CLA: trivial

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22771)

(cherry picked from commit 6d552a532754f6ee66d6cc604655deaeb5425b16)

Configurations/windows-makefile.tmpl

index b8a1abc8f44c33cc2d181775692a974dcd90e8cb..4da6c55f3bf1ccae95b5283a4605334f494ec5d5 100644 (file)
@@ -294,7 +294,7 @@ RCOUTFLAG={- $target{rcoutflag} -}$(OSSL_EMPTY)
 
 CNF_ASFLAGS={- join(' ', $target{asflags} || (),
                          @{$config{asflags}}) -}
-CNF_CPPFLAGS={- our $cppfags2 =
+CNF_CPPFLAGS={- our $cppflags2 =
                     join(' ', $target{cppflags} || (),
                               (map { '-D'.quotify1($_) } @{$target{defines}},
                                                          @{$config{defines}}),