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:
authorAdam Langley <agl@google.com>2015-11-04 22:53:46 +0300
committerAdam Langley <agl@google.com>2015-11-04 22:53:46 +0300
commite57a19203fca0cfe413ad23b08bfce4f8fd59023 (patch)
tree01fded45ef3a939f61150f0c31163debabb172d1
parentc2d3280f0f783caf62c2276a354f6c80ff93c5e9 (diff)
Add missing newline in aead.h.
c2d3280f was missing a newline before the trailer. Change-Id: I0118259b7a8ab15aaaa55125a0f92f3a97794b81
-rw-r--r--include/openssl/aead.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/aead.h b/include/openssl/aead.h
index ba8e2df0..16676c57 100644
--- a/include/openssl/aead.h
+++ b/include/openssl/aead.h
@@ -338,6 +338,7 @@ OPENSSL_EXPORT int EVP_AEAD_CTX_get_rc4_state(const EVP_AEAD_CTX *ctx,
OPENSSL_EXPORT int EVP_AEAD_CTX_get_iv(const EVP_AEAD_CTX *ctx,
const uint8_t **out_iv, size_t *out_len);
+
#if defined(__cplusplus)
} /* extern C */
#endif