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