Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2016-04-11 20:25:37 +0300
committerDavid Benjamin <davidben@google.com>2016-04-11 22:32:55 +0300
commit14420e91e0d6b5e2b5d2c39b2315151ae5837fb1 (patch)
treed25df9eb215faf1de707d296a1bad4690ad41623 /include/openssl/aead.h
parenta13ad73cee6e7c490e91daba6971e45ea42ac8dd (diff)
Remove EVP_aead_chacha20_poly1305_rfc7539 alias.
This slipped through, but all the callers are now using EVP_aead_chacha20_poly1305, so we can remove this version. Change-Id: I76eb3a4481aae4d18487ca96ebe3776e60d6abe8 Reviewed-on: https://boringssl-review.googlesource.com/7650 Reviewed-by: Steven Valdez <svaldez@google.com> Reviewed-by: David Benjamin <davidben@google.com>
Diffstat (limited to 'include/openssl/aead.h')
-rw-r--r--include/openssl/aead.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/openssl/aead.h b/include/openssl/aead.h
index 092d2f62..ba991a90 100644
--- a/include/openssl/aead.h
+++ b/include/openssl/aead.h
@@ -331,14 +331,6 @@ OPENSSL_EXPORT int EVP_AEAD_CTX_get_iv(const EVP_AEAD_CTX *ctx,
const uint8_t **out_iv, size_t *out_len);
-/* Deprecated functions. */
-
-/* EVP_aead_chacha20_poly1305_rfc7539 calls |EVP_aead_chacha20_poly1305|.
- *
- * TODO(davidben): Remove this. */
-OPENSSL_EXPORT const EVP_AEAD *EVP_aead_chacha20_poly1305_rfc7539(void);
-
-
#if defined(__cplusplus)
} /* extern C */
#endif