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@chromium.org>2015-04-15 23:47:17 +0300
committerAdam Langley <agl@google.com>2015-04-16 02:35:51 +0300
commit1004b9564aa2a2f58b721e0ee46bbe9479778357 (patch)
tree275b0c1518d223d987660c0b57d2653a739e73d3 /crypto/internal.h
parent546f1a59ef24798defa0c94df5f0040c5be54b42 (diff)
Remove BIO's ex_data.
No wrappers were ever added and codesearch confirms no one ever added to it manually. Probably anyone doing complex things with BIOs just made a custom BIO_METHOD. We can put it back with proper functions if the need ever arises. Change-Id: Icb5da7ceeb8f1da6d08f4a8854d53dfa75827d9c Reviewed-on: https://boringssl-review.googlesource.com/4373 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'crypto/internal.h')
-rw-r--r--crypto/internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/internal.h b/crypto/internal.h
index 2dab634e..101f7a86 100644
--- a/crypto/internal.h
+++ b/crypto/internal.h
@@ -484,7 +484,6 @@ OPENSSL_EXPORT void *CRYPTO_get_ex_data(const CRYPTO_EX_DATA *ad, int index);
*
* TODO(fork): WARNING: these are called "INDEX", but they aren't! */
enum {
- CRYPTO_EX_INDEX_BIO,
CRYPTO_EX_INDEX_SSL,
CRYPTO_EX_INDEX_SSL_CTX,
CRYPTO_EX_INDEX_SSL_SESSION,