Zap OPENSSL_EXTERN on symbols, which are not meant to be local to DLL.
This commit is contained in:
parent
52272327f3
commit
e62991a07c
@ -64,11 +64,6 @@
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef OPENSSL_BUILD_SHLIBCRYPTO
|
||||
# undef OPENSSL_EXTERN
|
||||
# define OPENSSL_EXTERN OPENSSL_EXPORT
|
||||
#endif
|
||||
|
||||
#undef c2l
|
||||
#define c2l(c,l) (l =((unsigned long)(*((c)++))) , \
|
||||
l|=((unsigned long)(*((c)++)))<< 8L, \
|
||||
@ -222,11 +217,11 @@
|
||||
}
|
||||
#endif
|
||||
|
||||
OPENSSL_EXTERN const CAST_LONG CAST_S_table0[256];
|
||||
OPENSSL_EXTERN const CAST_LONG CAST_S_table1[256];
|
||||
OPENSSL_EXTERN const CAST_LONG CAST_S_table2[256];
|
||||
OPENSSL_EXTERN const CAST_LONG CAST_S_table3[256];
|
||||
OPENSSL_EXTERN const CAST_LONG CAST_S_table4[256];
|
||||
OPENSSL_EXTERN const CAST_LONG CAST_S_table5[256];
|
||||
OPENSSL_EXTERN const CAST_LONG CAST_S_table6[256];
|
||||
OPENSSL_EXTERN const CAST_LONG CAST_S_table7[256];
|
||||
extern const CAST_LONG CAST_S_table0[256];
|
||||
extern const CAST_LONG CAST_S_table1[256];
|
||||
extern const CAST_LONG CAST_S_table2[256];
|
||||
extern const CAST_LONG CAST_S_table3[256];
|
||||
extern const CAST_LONG CAST_S_table4[256];
|
||||
extern const CAST_LONG CAST_S_table5[256];
|
||||
extern const CAST_LONG CAST_S_table6[256];
|
||||
extern const CAST_LONG CAST_S_table7[256];
|
||||
|
@ -421,7 +421,7 @@
|
||||
PERM_OP(l,r,tt, 4,0x0f0f0f0fL); \
|
||||
}
|
||||
|
||||
OPENSSL_EXTERN const DES_LONG DES_SPtrans[8][64];
|
||||
extern const DES_LONG DES_SPtrans[8][64];
|
||||
|
||||
void fcrypt_body(DES_LONG *out,DES_key_schedule *ks,
|
||||
DES_LONG Eswap0, DES_LONG Eswap1);
|
||||
|
Loading…
Reference in New Issue
Block a user