aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-04-13 20:51:42 +0000
committerAndy Polyakov <appro@openssl.org>2005-04-13 20:51:42 +0000
commite62991a07c9ba1db956fd5cedd22ffc4ec011a90 (patch)
tree105059e0971649976049988821a5bce41e253118 /crypto/des
parent52272327f3154cffa0ed479f6e4044f2210ab10e (diff)
downloadopenssl-e62991a07c9ba1db956fd5cedd22ffc4ec011a90.tar.gz
Zap OPENSSL_EXTERN on symbols, which are not meant to be local to DLL.
Diffstat (limited to 'crypto/des')
-rw-r--r--crypto/des/des_locl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/des_locl.h b/crypto/des/des_locl.h
index f992697b08..4b9ecff233 100644
--- a/crypto/des/des_locl.h
+++ b/crypto/des/des_locl.h
@@ -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);