Skip to content

Commit

Permalink
Fix build of crypto/chacha/asm/chacha-x86_64.pl.
Browse files Browse the repository at this point in the history
This file needed to be updated for the new perlasm command line
interface.
  • Loading branch information
briansmith committed Jul 1, 2016
1 parent 0d6d249 commit e4e175d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/chacha/asm/chacha-x86_64.pl
Expand Up @@ -52,7 +52,7 @@

$avx = 2;

open OUT,"| \"$^X\" $xlate $flavour $output";
open OUT,"| \"$^X\" \"$xlate\" $flavour \"$output\"";
*STDOUT=*OUT;

# input parameter block
Expand Down

0 comments on commit e4e175d

Please sign in to comment.