summaryrefslogtreecommitdiffstats
path: root/crypto/des/des_locl.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-15 14:38:10 +0000
committerBodo Möller <bodo@openssl.org>1999-05-15 14:38:10 +0000
commite1999b1dab0d74f0779aaa63dd10bba2e48fe457 (patch)
treea0d07b245f260654a38634ec4c4daed9305fee53 /crypto/des/des_locl.h
parent3398f6cc21972b04e63e752fc48a6e2e6aedbd6d (diff)
Use OPENSSL_GLOBAL, OPENSSL_EXTERN instead of GLOBAL and EXTERN.
Diffstat (limited to 'crypto/des/des_locl.h')
-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 7b086062c5..c9312f806a 100644
--- a/crypto/des/des_locl.h
+++ b/crypto/des/des_locl.h
@@ -431,7 +431,7 @@
PERM_OP(l,r,tt, 4,0x0f0f0f0fL); \
}
-EXTERN const DES_LONG des_SPtrans[8][64];
+OPENSSL_EXTERN const DES_LONG des_SPtrans[8][64];
void fcrypt_body(DES_LONG *out,des_key_schedule ks,
DES_LONG Eswap0, DES_LONG Eswap1);