diff options
Diffstat (limited to 'src/lib/libcrypto/evp/evp.h')
-rw-r--r-- | src/lib/libcrypto/evp/evp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h index 68e1049587..853abe6b8e 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.52 2017/02/28 14:15:37 jsing Exp $ */ | 1 | /* $OpenBSD: evp.h,v 1.53 2017/08/28 17:48:02 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 | * |
@@ -1222,7 +1222,6 @@ const EVP_AEAD *EVP_aead_aes_256_gcm(void); | |||
1222 | #if !defined(OPENSSL_NO_CHACHA) && !defined(OPENSSL_NO_POLY1305) | 1222 | #if !defined(OPENSSL_NO_CHACHA) && !defined(OPENSSL_NO_POLY1305) |
1223 | /* EVP_aead_chacha20_poly1305 is ChaCha20 with a Poly1305 authenticator. */ | 1223 | /* EVP_aead_chacha20_poly1305 is ChaCha20 with a Poly1305 authenticator. */ |
1224 | const EVP_AEAD *EVP_aead_chacha20_poly1305(void); | 1224 | const EVP_AEAD *EVP_aead_chacha20_poly1305(void); |
1225 | const EVP_AEAD *EVP_aead_chacha20_poly1305_old(void); | ||
1226 | #endif | 1225 | #endif |
1227 | 1226 | ||
1228 | /* EVP_AEAD_key_length returns the length of the keys used. */ | 1227 | /* EVP_AEAD_key_length returns the length of the keys used. */ |