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
path: root/crypto
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2015-01-30 21:28:37 +0300
committerAdam Langley <agl@google.com>2015-01-30 21:28:37 +0300
commitbe629e0e920ae32cca691f5e45410ff00db1a849 (patch)
treeb3e4217e84bd702bbfa902fafd4ab2eb39413a4f /crypto
parent91157550061d5d794898fe47b95384a7ba5f7b9d (diff)
Another fix for the regenerated chacha_vec_arm.S.
I put the header back, but missed the #endif at the end of the file. Regenerating this is clearly too error prone – I'll write a script to do it for the future. Change-Id: I06968c9f7a4673f5942725e727c67cb4e01d361a
Diffstat (limited to 'crypto')
-rw-r--r--crypto/chacha/chacha_vec_arm.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/chacha/chacha_vec_arm.S b/crypto/chacha/chacha_vec_arm.S
index 7a4dd5a3..130be78d 100644
--- a/crypto/chacha/chacha_vec_arm.S
+++ b/crypto/chacha/chacha_vec_arm.S
@@ -1421,3 +1421,5 @@ CRYPTO_chacha_20_neon:
.word 1797285236
.ident "GCC: (Linaro GCC 2014.11) 4.9.3 20141031 (prerelease)"
.section .note.GNU-stack,"",%progbits
+
+#endif /* !OPENSSL_NO_ASM */