From: Matt Caswell Date: Thu, 10 Mar 2016 09:21:23 +0000 (+0000) Subject: Remove a missed item from the old thread API X-Git-Tag: OpenSSL_1_1_0-pre4~88 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6a7de8e0942df50899fe74649731417a76860152;p=oweals%2Fopenssl.git 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 --- 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;