[openssl-commits] [openssl] OpenSSL_1_1_1-stable update

Richard Levitte levitte at openssl.org
Sat Nov 24 17:39:35 UTC 2018


The branch OpenSSL_1_1_1-stable has been updated
       via  5f90d1b88204b893555b575cb1f22f9a4ea53522 (commit)
      from  1119d4e7f4b1f9eeb0e50063081c516708e3ca72 (commit)


- Log -----------------------------------------------------------------
commit 5f90d1b88204b893555b575cb1f22f9a4ea53522
Author: Richard Levitte <levitte at openssl.org>
Date:   Sat Nov 24 11:37:10 2018 +0100

    VMS config: Typo fix, as -> AS
    
    This typo prevented ia64 assembler to be compiled on VMS
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/7700)
    
    (cherry picked from commit 04375857cf4971460c473fa44bef86351f2177fe)

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

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 5cf345d..f0cf6c1 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1782,7 +1782,7 @@ my %targets = (
     },
     "vms-ia64" => {
         inherit_from     => [ "vms-generic",
-                              sub { vms_info()->{as}
+                              sub { vms_info()->{AS}
                                         ? asm("ia64_asm")->() : () } ],
         bn_ops           => "SIXTY_FOUR_BIT RC4_INT",
         pointer_size     => "",


More information about the openssl-commits mailing list