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:
627bd67
)
Don't use multiple storage types.
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 19 Dec 2004 01:21:18 +0000
(
01:21
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sun, 19 Dec 2004 01:21:18 +0000
(
01:21
+0000)
e_os2.h
patch
|
blob
|
history
diff --git
a/e_os2.h
b/e_os2.h
index 292ea1e2ac4507ff4ed661b8859d8847b9aa76f0..60f9b5c9c7c46f56263d944fbdce63c59aa262d8 100644
(file)
--- a/
e_os2.h
+++ b/
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)