]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Don't worry about magic in the Makefile for 3.0
authorMatt Caswell <matt@openssl.org>
Thu, 15 Apr 2021 15:16:59 +0000 (16:16 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 19 Apr 2021 09:41:51 +0000 (10:41 +0100)
We remove a TODO(3.0) from the unix Makefile template. The current
approach works. It can be improved later.

Fixes #14403

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14887)

Configurations/unix-Makefile.tmpl

index 64c5faff18ac90e2898d9638ae077057674df323..c4755c54cd6555e85042615d3a6b66b5c07c5d47 100644 (file)
@@ -1696,7 +1696,7 @@ EOF
                  @{$args{objs}};
       my @deps = compute_lib_depends(@{$args{deps}});
       my $shared_def = join("", map { ' '.$target{shared_defflag}.$_ } @defs);
-      # TODO(3.0): next line needs to become "less magic" (see PR #11950)
+      # Next line needs to become "less magic" (see PR #11950)
       $shared_def .= ' '.$target{shared_fipsflag} if (m/providers\/fips/ && defined $target{shared_fipsflag});
       my $objs = join(" \\\n\t\t", fill_lines(' ', $COLUMNS - 16, @objs));
       my $deps = join(" \\\n" . ' ' x (length($dso) + 2),