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:
authorAdam Langley <agl@chromium.org>2015-02-10 05:05:57 +0300
committerAdam Langley <agl@google.com>2015-02-10 05:10:46 +0300
commitcf310a619705fc10323a720718eec3009846d756 (patch)
treed67aa41e9825f607e85199be71b1295befe5e78c /crypto/err/err_impl.c
parent29b186736c1e95e2005b13674a6930b282b55e21 (diff)
Remove more bits of ERR_STRING_DATA.
Also, Clang doesn't like static asserts with the same message and ERR_free_strings should still free the error queues, although it's badly misnamed now. Change-Id: Ibff8eb50f93c0b56c3eeb17a300e8501a31c3ab8 Reviewed-on: https://boringssl-review.googlesource.com/3370 Reviewed-by: David Benjamin <davidben@chromium.org> Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'crypto/err/err_impl.c')
-rw-r--r--crypto/err/err_impl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/err/err_impl.c b/crypto/err/err_impl.c
index 0c36f82e..5eb75b70 100644
--- a/crypto/err/err_impl.c
+++ b/crypto/err/err_impl.c
@@ -116,7 +116,6 @@
DEFINE_LHASH_OF(ERR_STATE);
-DEFINE_LHASH_OF(ERR_STRING_DATA);
/* state_hash is a map from thread ID to ERR_STATE. It works like thread-local
* storage. */