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-06-04 01:00:34 +0300
committerDavid Benjamin <davidben@google.com>2016-06-04 01:01:13 +0300
commitd206dfa91fce51c8e454f2dd1e17da6afac76fb9 (patch)
tree482c109f227a15238e21ec3c2c1826d9536a3dba /include/openssl/newhope.h
parentaa80ff50bf1467ed522a127ffb724864ac5d6d05 (diff)
Add missing newline in newhope.h.
doc.go is still a little unhappy. Change-Id: I5a8f3da91dabb45d29d0e08f13b7dabdcd521c38 Reviewed-on: https://boringssl-review.googlesource.com/8145 Reviewed-by: David Benjamin <davidben@google.com>
Diffstat (limited to 'include/openssl/newhope.h')
-rw-r--r--include/openssl/newhope.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/newhope.h b/include/openssl/newhope.h
index a17324aa..487e03f6 100644
--- a/include/openssl/newhope.h
+++ b/include/openssl/newhope.h
@@ -139,6 +139,7 @@ OPENSSL_EXPORT void NEWHOPE_offer_frommsg(
NEWHOPE_POLY *out_pk, NEWHOPE_POLY *out_a,
const uint8_t msg[NEWHOPE_OFFERMSG_LENGTH]);
+
#if defined(__cplusplus)
} /* extern "C" */
#endif