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-16 00:19:58 +0300
committerAdam Langley <agl@google.com>2015-04-16 02:36:09 +0300
commit2ab9090b8784b1c188f91f1093ee8aad24269871 (patch)
treeb6cb5f3e9c366cba68f3239a8648ab37d99b8706 /crypto/internal.h
parent1004b9564aa2a2f58b721e0ee46bbe9479778357 (diff)
Remove X509_STORE's ex_data.
No functions for using it were ever added. Change-Id: Iaee6e5bc8254a740435ccdcdbd715b851d8a0dce Reviewed-on: https://boringssl-review.googlesource.com/4374 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 101f7a86..faceefca 100644
--- a/crypto/internal.h
+++ b/crypto/internal.h
@@ -487,7 +487,6 @@ enum {
CRYPTO_EX_INDEX_SSL,
CRYPTO_EX_INDEX_SSL_CTX,
CRYPTO_EX_INDEX_SSL_SESSION,
- CRYPTO_EX_INDEX_X509_STORE,
CRYPTO_EX_INDEX_X509_STORE_CTX,
CRYPTO_EX_INDEX_RSA,
CRYPTO_EX_INDEX_DSA,