x86-mont.pl: fix bug in integer-only squaring path.
[openssl.git] / crypto / bn / bn_prime.h
index 51d2194febdb66268674ec31e062a1fdaa5c3944..bd04602e4f566beaec17a276b87da3ff65c3d2f1 100644 (file)
@@ -63,6 +63,7 @@ typedef unsigned short prime_t;
 #define NUMPRIMES 54
 typedef unsigned char prime_t;
 #endif
+__fips_constseg
 static const prime_t primes[NUMPRIMES]=
        {
           2,   3,   5,   7,  11,  13,  17,  19,