Move primes to read-only segment.
[openssl.git] / crypto / bn / bn_prime.h
index 8bb168517da3af06d34e2a4702490360bdecbdd1..b7cf9a9bfe124d9361686fdc8b9d4010b8f6e8fc 100644 (file)
@@ -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,