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:
authorDavid Benjamin <davidben@google.com>2016-08-29 21:59:31 +0300
committerAdam Langley <agl@google.com>2016-08-29 22:15:19 +0300
commit9b7d836b0541a81200449a72ff4ec14a53ce2f4b (patch)
tree3df60fb1764a5342aeca314f8f3bba3f269df460 /crypto
parent9c8c418853236bee9d582e27896942c3979078a4 (diff)
Be -Wnewline-eof clean.
Change-Id: I85216184f9277ce0c0caae31e379b638683e28c5 Reviewed-on: https://boringssl-review.googlesource.com/10703 Commit-Queue: David Benjamin <davidben@google.com> Commit-Queue: Adam Langley <agl@google.com> Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/ec/ec_montgomery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ec/ec_montgomery.c b/crypto/ec/ec_montgomery.c
index f344c294..1253a73d 100644
--- a/crypto/ec/ec_montgomery.c
+++ b/crypto/ec/ec_montgomery.c
@@ -305,4 +305,4 @@ const EC_METHOD EC_GFp_mont_method = {
ec_GFp_mont_field_sqr,
ec_GFp_mont_field_encode,
ec_GFp_mont_field_decode,
-}; \ No newline at end of file
+};