Restore NUMPRIMES as a numeric literal
[openssl.git] / crypto / bn / bn_prime.h
index d1fbcd1021b98ea6c774d40c1ec4e85e1849650e..6f6949cd7a86f633a17905b2866b46b9e3514bb8 100644 (file)
  */
 
 typedef unsigned short prime_t;
-static const prime_t primes[] = {
+# define NUMPRIMES 2048
+
+static const prime_t primes[2048] = {
+
        2,    3,    5,    7,   11,   13,   17,   19, 
       23,   29,   31,   37,   41,   43,   47,   53, 
       59,   61,   67,   71,   73,   79,   83,   89,