Commit 6a7de8e0 authored by Matt Caswell's avatar Matt Caswell
Browse files

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: default avatarRich Salz <rsalz@openssl.org>
parent 1e45206f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;