projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e45206
)
Remove a missed item from the old thread API
author
Matt Caswell
<matt@openssl.org>
Thu, 10 Mar 2016 09:21:23 +0000
(09:21 +0000)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/crypto/include/internal/cryptlib.h
b/crypto/include/internal/cryptlib.h
index a97e20b5d5bce875a999983baf7544623e28e890..8fe9057935accb407e33e2a38518d45c6cf73941 100644
(file)
--- 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;