[openssl] master update

Richard Levitte levitte at openssl.org
Thu Feb 13 10:07:51 UTC 2020


The branch master has been updated
       via  1b72105076bb2e73f3c8461f9c0ca5ecefe007c8 (commit)
      from  104f85c62886e25188a71d1e498e553abedbf78c (commit)


- Log -----------------------------------------------------------------
commit 1b72105076bb2e73f3c8461f9c0ca5ecefe007c8
Author: Christopher J Zurcher <christopher.j.zurcher at intel.com>
Date:   Wed Feb 5 18:56:53 2020 -0800

    Add assembly config targets for UEFI build
    
    Reviewed-by: Paul Dale <paul.dale at oracle.com>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/11054)

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

Summary of changes:
 Configurations/10-main.conf | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 6306a2315a..a462f9e719 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1483,6 +1483,16 @@ my %targets = (
         lib_cppflags     => "-DL_ENDIAN",
         sys_id           => "UEFI",
     },
+    "UEFI-x86" => {
+        inherit_from     => [ "UEFI" ],
+        asm_arch         => 'x86',
+        perlasm_scheme   => "win32n",
+    },
+    "UEFI-x86_64" => {
+        inherit_from     => [ "UEFI" ],
+        asm_arch         => 'x86_64',
+        perlasm_scheme   => "nasm",
+    },
 
 #### UWIN
     "UWIN" => {


More information about the openssl-commits mailing list