[openssl-commits] [openssl]  OpenSSL_1_1_1-stable update
    Richard Levitte 
    levitte at openssl.org
       
    Fri Nov  9 11:30:21 UTC 2018
    
    
  
The branch OpenSSL_1_1_1-stable has been updated
       via  37044f45579368faa5c6fb2f2f71de8fd7f21ab2 (commit)
      from  201a33f4abb639527da28e83e6ae782907a1c114 (commit)
- Log -----------------------------------------------------------------
commit 37044f45579368faa5c6fb2f2f71de8fd7f21ab2
Author: Richard Levitte <levitte at openssl.org>
Date:   Fri Nov 9 12:23:53 2018 +0100
    VMS build: colon after target must be separated with a space
    
    ... otherwise, it's taken to be part of a device name.
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/7602)
    
    (cherry picked from commit e9994901f835420764d020968d4588fc09ec74c3)
-----------------------------------------------------------------------
Summary of changes:
 Configurations/descrip.mms.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl
index 6e393e3..40876bd 100644
--- a/Configurations/descrip.mms.tmpl
+++ b/Configurations/descrip.mms.tmpl
@@ -565,7 +565,7 @@ install_engines : check_INSTALLTOP install_runtime_libs build_engines
                 @{$unified_info{install}->{engines}}) -}
         @ {- output_on() unless scalar @{$unified_info{engines}}; "" -} !
 
-install_runtime: install_programs
+install_runtime : install_programs
 
 install_runtime_libs : check_INSTALLTOP build_libs
         @ {- output_off() if $disabled{shared}; "" -} !
    
    
More information about the openssl-commits
mailing list