X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fcast%2Fcast_lcl.h;h=83cf382a91404d969eecf59d5bf9ee31e6233eec;hb=f846335657f090ed7cc45face7b9955f6684fd5d;hp=6587952a969c0a364fa0f96e97ea186f8795ac09;hpb=58964a492275ca9a59a0cd9c8155cb2491b4b909;p=oweals%2Fopenssl.git diff --git a/crypto/cast/cast_lcl.h b/crypto/cast/cast_lcl.h index 6587952a96..83cf382a91 100644 --- a/crypto/cast/cast_lcl.h +++ b/crypto/cast/cast_lcl.h @@ -60,6 +60,9 @@ #include #endif + +#include "openssl/e_os.h" /* OPENSSL_EXTERN */ + #undef c2l #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ l|=((unsigned long)(*((c)++)))<< 8L, \ @@ -213,12 +216,11 @@ } #endif -extern CAST_LONG CAST_S_table0[256]; -extern CAST_LONG CAST_S_table1[256]; -extern CAST_LONG CAST_S_table2[256]; -extern CAST_LONG CAST_S_table3[256]; -extern CAST_LONG CAST_S_table4[256]; -extern CAST_LONG CAST_S_table5[256]; -extern CAST_LONG CAST_S_table6[256]; -extern CAST_LONG CAST_S_table7[256]; - +OPENSSL_EXTERN CAST_LONG CAST_S_table0[256]; +OPENSSL_EXTERN CAST_LONG CAST_S_table1[256]; +OPENSSL_EXTERN CAST_LONG CAST_S_table2[256]; +OPENSSL_EXTERN CAST_LONG CAST_S_table3[256]; +OPENSSL_EXTERN CAST_LONG CAST_S_table4[256]; +OPENSSL_EXTERN CAST_LONG CAST_S_table5[256]; +OPENSSL_EXTERN CAST_LONG CAST_S_table6[256]; +OPENSSL_EXTERN CAST_LONG CAST_S_table7[256];