Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2016-04-14 00:28:35 +0300
committerDavid Benjamin <davidben@google.com>2016-04-14 23:50:36 +0300
commit0fe4d8bef5918f84a7f260c34c26dd13c0d70ade (patch)
treeb73a6325302cbb9be13ee247433cff16c199f8de /crypto/chacha
parent9980ce1dcd1a90990e7e922979ef4445032aa383 (diff)
chacha/asm/chacha-armv8.pl: fix intermittent build failures.
(Imported from b9077d85b0042d3d5d877d5cf7f06a8a8c035673.) Change-Id: I6df3b3d0913b001712a78671c69b9468e059047f Reviewed-on: https://boringssl-review.googlesource.com/7682 Reviewed-by: Steven Valdez <svaldez@google.com> Reviewed-by: David Benjamin <davidben@google.com>
Diffstat (limited to 'crypto/chacha')
-rwxr-xr-xcrypto/chacha/asm/chacha-armv8.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/chacha/asm/chacha-armv8.pl b/crypto/chacha/asm/chacha-armv8.pl
index e6fa144c..215d9657 100755
--- a/crypto/chacha/asm/chacha-armv8.pl
+++ b/crypto/chacha/asm/chacha-armv8.pl
@@ -1124,3 +1124,4 @@ foreach (split("\n",$code)) {
print $_,"\n";
}
+close STDOUT; # flush