mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
Don't use multiple storage types.
This commit is contained in:
parent
627bd6709c
commit
c05a7f5dfd
2
e_os2.h
2
e_os2.h
@ -268,7 +268,7 @@ extern "C" {
|
||||
*/
|
||||
#ifdef OPENSSL_EXPORT_VAR_AS_FUNCTION
|
||||
# define OPENSSL_IMPLEMENT_GLOBAL(type,name) \
|
||||
extern static type _hide_##name; \
|
||||
extern type _hide_##name; \
|
||||
type *_shadow_##name(void) { return &_hide_##name; } \
|
||||
static type _hide_##name
|
||||
# define OPENSSL_DECLARE_GLOBAL(type,name) type *_shadow_##name(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user