[openssl] master update

Matt Caswell matt at openssl.org
Thu Apr 23 12:13:05 UTC 2020


The branch master has been updated
       via  32a5dc9efe9cd3534957e716ba14025038215eeb (commit)
      from  486d8973bf2726e3d24438006fd2449bdab24e9e (commit)


- Log -----------------------------------------------------------------
commit 32a5dc9efe9cd3534957e716ba14025038215eeb
Author: Matt Caswell <matt at openssl.org>
Date:   Thu Apr 23 11:50:20 2020 +0100

    Fix a typo in the makefile templates
    
    The fips.so and legacy.so providers were not being installed because of
    a typo in the makefile templates.
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Paul Dale <paul.dale at oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/11615)

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

Summary of changes:
 Configurations/unix-Makefile.tmpl    | 2 +-
 Configurations/windows-makefile.tmpl | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index b6f8da1ea9..e7f5f40507 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -138,7 +138,7 @@ INSTALL_ENGINES={-
                                && $unified_info{attributes}->{modules}->{$_}->{engine} }
                         @{$unified_info{modules}}))
 -}
-INSTALL_MODDULES={-
+INSTALL_MODULES={-
         join(" \\\n" . ' ' x 16,
              fill_lines(" ", $COLUMNS - 16,
                         map { platform->dso($_) }
diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl
index 5709edb159..c9f6ccfc4d 100644
--- a/Configurations/windows-makefile.tmpl
+++ b/Configurations/windows-makefile.tmpl
@@ -94,7 +94,7 @@ INSTALL_ENGINEPDBS={-
                          && $unified_info{attributes}->{modules}->{$_}->{engine} }
                   @{$unified_info{modules}})
 -}
-INSTALL_MODDULES={-
+INSTALL_MODULES={-
         join(" \\\n" . ' ' x 16,
              fill_lines(" ", $COLUMNS - 16,
                         map { platform->dso($_) }


More information about the openssl-commits mailing list