]> 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 12:58:41 +0000 (13:58 +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)

Configurations/windows-makefile.tmpl

index 66550e1f82d41bb62d67ca386717b0a2335d5647..20036f5c3dd610efd418e180cd3d3046960be246 100644 (file)
@@ -301,7 +301,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}}),