projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfdcf29
)
Make a few more asm modules conform: last argument is output file
author
Richard Levitte
<levitte@openssl.org>
Sat, 10 Feb 2018 07:52:12 +0000
(08:52 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 8 Mar 2018 18:28:11 +0000
(19:28 +0100)
Fixes #5310
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5316)
crypto/rc4/asm/rc4-c64xplus.pl
patch
|
blob
|
history
diff --git
a/crypto/rc4/asm/rc4-c64xplus.pl
b/crypto/rc4/asm/rc4-c64xplus.pl
index daed75c750c2fec56573d15d877875caecdbc8ca..c4585db9ea10e5e8b81df4f9b05d0ebd4cddb1b7 100644
(file)
--- 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;