[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Tue Jan 22 14:52:16 UTC 2019


The branch master has been updated
       via  13234dd310511ed2ae1832bb643dd298ddfefb0b (commit)
      from  5f8257494c72ba4ea2a99d693916798517a610e1 (commit)


- Log -----------------------------------------------------------------
commit 13234dd310511ed2ae1832bb643dd298ddfefb0b
Author: Richard Levitte <levitte at openssl.org>
Date:   Tue Jan 22 12:17:36 2019 +0100

    Rework build: Windows dependency building fix
    
    One variable misssing
    
    Fixes #8060
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/8061)

-----------------------------------------------------------------------

Summary of changes:
 Configurations/windows-makefile.tmpl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl
index 872ef4b..0cd1e86 100644
--- a/Configurations/windows-makefile.tmpl
+++ b/Configurations/windows-makefile.tmpl
@@ -613,6 +613,7 @@ $res: $deps
 EOF
      }
      my $obj = platform->obj($args{obj});
+     my $dep = platform->dep($args{obj});
      if ($srcs[0] =~ /\.asm$/) {
          return <<"EOF";
 $obj: $deps


More information about the openssl-commits mailing list