summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_prime.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2000-02-16 13:24:06 +0000
committerAndy Polyakov <appro@openssl.org>2000-02-16 13:24:06 +0000
commit8691ff97a198db7c54e792cc8dadb9aa4cc8543d (patch)
tree204b588b775e0202a1da30122652d6d6bdcb6297 /crypto/bn/bn_prime.h
parentbd44570322940cf1d1e01ad27c9e1949806a06cd (diff)
Move primes to read-only segment.
Diffstat (limited to 'crypto/bn/bn_prime.h')
-rw-r--r--crypto/bn/bn_prime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/bn_prime.h b/crypto/bn/bn_prime.h
index 8bb168517d..b7cf9a9bfe 100644
--- a/crypto/bn/bn_prime.h
+++ b/crypto/bn/bn_prime.h
@@ -61,7 +61,7 @@
#else
#define NUMPRIMES 54
#endif
-static unsigned int primes[NUMPRIMES]=
+static const unsigned int primes[NUMPRIMES]=
{
2, 3, 5, 7, 11, 13, 17, 19,
23, 29, 31, 37, 41, 43, 47, 53,