summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/evp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/evp/evp.h')
-rw-r--r--src/lib/libcrypto/evp/evp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h
index 1ec24879c0..a0adbece01 100644
--- a/src/lib/libcrypto/evp/evp.h
+++ b/src/lib/libcrypto/evp/evp.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: evp.h,v 1.49 2015/11/02 15:40:53 reyk Exp $ */ 1/* $OpenBSD: evp.h,v 1.50 2016/04/28 16:06:53 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -1215,7 +1215,7 @@ const EVP_AEAD *EVP_aead_aes_256_gcm(void);
1215#if !defined(OPENSSL_NO_CHACHA) && !defined(OPENSSL_NO_POLY1305) 1215#if !defined(OPENSSL_NO_CHACHA) && !defined(OPENSSL_NO_POLY1305)
1216/* EVP_aead_chacha20_poly1305 is ChaCha20 with a Poly1305 authenticator. */ 1216/* EVP_aead_chacha20_poly1305 is ChaCha20 with a Poly1305 authenticator. */
1217const EVP_AEAD *EVP_aead_chacha20_poly1305(void); 1217const EVP_AEAD *EVP_aead_chacha20_poly1305(void);
1218const EVP_AEAD *EVP_aead_chacha20_poly1305_ietf(void); 1218const EVP_AEAD *EVP_aead_chacha20_poly1305_old(void);
1219#endif 1219#endif
1220 1220
1221/* EVP_AEAD_key_length returns the length of the keys used. */ 1221/* EVP_AEAD_key_length returns the length of the keys used. */