summaryrefslogtreecommitdiffstats
path: root/crypto/cast/cast_lcl.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2000-02-15 17:37:44 +0000
committerAndy Polyakov <appro@openssl.org>2000-02-15 17:37:44 +0000
commitbc80c860317c3e7433f79622f03f38e21a157e9c (patch)
tree3a9f08c0fba51d384d1d8ee37f4959c98e2c2cca /crypto/cast/cast_lcl.h
parentf8bbcf3af0e4300590785803dc5aff757f11bb4f (diff)
Move CAST_S_tables to read-only segment.
Diffstat (limited to 'crypto/cast/cast_lcl.h')
-rw-r--r--crypto/cast/cast_lcl.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/crypto/cast/cast_lcl.h b/crypto/cast/cast_lcl.h
index 83cf382a91..cfe3842e91 100644
--- a/crypto/cast/cast_lcl.h
+++ b/crypto/cast/cast_lcl.h
@@ -216,11 +216,11 @@
}
#endif
-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];
+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];