Add missing newline in aead.h.
c2d3280f
was missing a newline before the trailer.
Change-Id: I0118259b7a8ab15aaaa55125a0f92f3a97794b81
This commit is contained in:
parent
c2d3280f0f
commit
e57a19203f
@ -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,
|
OPENSSL_EXPORT int EVP_AEAD_CTX_get_iv(const EVP_AEAD_CTX *ctx,
|
||||||
const uint8_t **out_iv, size_t *out_len);
|
const uint8_t **out_iv, size_t *out_len);
|
||||||
|
|
||||||
|
|
||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
} /* extern C */
|
} /* extern C */
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user