Remove a missed item from the old thread API
authorMatt Caswell <matt@openssl.org>
Thu, 10 Mar 2016 09:21:23 +0000 (09:21 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 10 Mar 2016 09:29:42 +0000 (09:29 +0000)
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>
crypto/include/internal/cryptlib.h

index a97e20b5d5bce875a999983baf7544623e28e890..8fe9057935accb407e33e2a38518d45c6cf73941 100644 (file)
@@ -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;