summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/evp_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/evp/evp_locl.h')
-rw-r--r--src/lib/libcrypto/evp/evp_locl.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/evp_locl.h b/src/lib/libcrypto/evp/evp_locl.h
index 80071ec1ab..e264f9c998 100644
--- a/src/lib/libcrypto/evp/evp_locl.h
+++ b/src/lib/libcrypto/evp/evp_locl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: evp_locl.h,v 1.13 2014/06/12 15:49:29 deraadt Exp $ */ 1/* $OpenBSD: evp_locl.h,v 1.14 2016/12/21 15:49:29 jsing Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 2000. 3 * project 2000.
4 */ 4 */
@@ -56,6 +56,8 @@
56 * 56 *
57 */ 57 */
58 58
59__BEGIN_HIDDEN_DECLS
60
59/* Macros to code block cipher wrappers */ 61/* Macros to code block cipher wrappers */
60 62
61/* Wrapper functions for each cipher mode */ 63/* Wrapper functions for each cipher mode */
@@ -364,3 +366,5 @@ struct evp_aead_st {
364 size_t nonce_len, const unsigned char *in, size_t in_len, 366 size_t nonce_len, const unsigned char *in, size_t in_len,
365 const unsigned char *ad, size_t ad_len); 367 const unsigned char *ad, size_t ad_len);
366}; 368};
369
370__END_HIDDEN_DECLS