From 6a7de8e0942df50899fe74649731417a76860152 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 10 Mar 2016 09:21:23 +0000 Subject: [PATCH] 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 --- crypto/include/internal/cryptlib.h | 2 -- 1 file changed, 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; -- 2.25.1