summaryrefslogtreecommitdiffstats
path: root/crypto/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-03-10 09:21:23 +0000
committerMatt Caswell <matt@openssl.org>2016-03-10 09:29:42 +0000
commit6a7de8e0942df50899fe74649731417a76860152 (patch)
tree101d3ac574515da5212156bb66fa044e06ed5d6e /crypto/include
parent1e45206fb9f24293f3673d54f4879eb631dea117 (diff)
Remove a missed item from the old thread API
A line from cryptlib.h was missed during the old Thread API removal. This breaks no-deprecated builds. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/include')
-rw-r--r--crypto/include/internal/cryptlib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/include/internal/cryptlib.h b/crypto/include/internal/cryptlib.h
index a97e20b5d5..8fe9057935 100644
--- a/crypto/include/internal/cryptlib.h
+++ b/crypto/include/internal/cryptlib.h
@@ -82,8 +82,6 @@ typedef struct ex_callback_st EX_CALLBACK;
DEFINE_STACK_OF(EX_CALLBACK)
-DEFINE_STACK_OF(CRYPTO_dynlock)
-
typedef struct app_mem_info_st APP_INFO;
DEFINE_LHASH_OF(APP_INFO);
typedef struct mem_st MEM;