Zap OPENSSL_EXTERN on symbols, which are not meant to be local to DLL.
[openssl.git] / crypto / des / des_locl.h
index f992697b08ae1a4567d2e96446ccc2dd679320e3..4b9ecff23391367fa5a6656c5858dcb1d8c28099 100644 (file)
        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);