[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

Richard Levitte levitte at openssl.org
Thu Mar 8 18:28:58 UTC 2018


The branch OpenSSL_1_1_0-stable has been updated
       via  00595b7327dd727a818902e8142d8257566b84c3 (commit)
      from  bfdcf291602d74100c3a3b86af67cfc750095a47 (commit)


- Log -----------------------------------------------------------------
commit 00595b7327dd727a818902e8142d8257566b84c3
Author: Richard Levitte <levitte at openssl.org>
Date:   Sat Feb 10 08:52:12 2018 +0100

    Make a few more asm modules conform: last argument is output file
    
    Fixes #5310
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/5316)

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

Summary of changes:
 crypto/rc4/asm/rc4-c64xplus.pl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/crypto/rc4/asm/rc4-c64xplus.pl b/crypto/rc4/asm/rc4-c64xplus.pl
index daed75c..c4585db 100644
--- a/crypto/rc4/asm/rc4-c64xplus.pl
+++ b/crypto/rc4/asm/rc4-c64xplus.pl
@@ -186,5 +186,7 @@ rc4_options:
 	.align	4
 ___
 
+$output=pop;
+open STDOUT,">$output";
 print $code;
 close STDOUT;


More information about the openssl-commits mailing list