[openssl] master update

tmraz at fedoraproject.org tmraz at fedoraproject.org
Wed Jan 6 10:07:13 UTC 2021


The branch master has been updated
       via  7c0e98a5c40806ff9dde15cf4a619cc931800fd9 (commit)
      from  7fd1ca723a06739e76a17d1065ac94bcfcfc4f9f (commit)


- Log -----------------------------------------------------------------
commit 7c0e98a5c40806ff9dde15cf4a619cc931800fd9
Author: David CARLIER <devnexen at gmail.com>
Date:   Mon Jan 4 16:42:47 2021 +0000

    Mac M1 setting change proposal.
    
    Running tests takes very long with the current setting while it takes a
    lot shorter time with this change.
    
    Reviewed-by: Ben Kaduk <kaduk at mit.edu>
    Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
    (Merged from https://github.com/openssl/openssl/pull/13771)

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

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

diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 5f672fbb77..ef892b555a 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1623,7 +1623,7 @@ my %targets = (
         cflags           => add("-arch arm64"),
         lib_cppflags     => add("-DL_ENDIAN"),
         bn_ops           => "SIXTY_FOUR_BIT_LONG",
-        asm_arch         => 'aarch64_asm',
+        asm_arch         => 'aarch64',
         perlasm_scheme   => "ios64",
     },
 


More information about the openssl-commits mailing list