aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_prime.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-10-19 00:35:57 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-12-08 13:25:38 +0000
commite4e5bc39f9481b9c0842ad5b6d0ac338a9742281 (patch)
tree9bd2681c29d54c023f01bfa19ea9a9e8a54c7ae5 /crypto/bn/bn_prime.h
parent85129ab5795a4b363d9b8d9a0ffbb3108c69cd8a (diff)
downloadopenssl-e4e5bc39f9481b9c0842ad5b6d0ac338a9742281.tar.gz
Remove fips_constseg references.
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/bn/bn_prime.h')
-rw-r--r--crypto/bn/bn_prime.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/bn/bn_prime.h b/crypto/bn/bn_prime.h
index bd04602e4f..51d2194feb 100644
--- a/crypto/bn/bn_prime.h
+++ b/crypto/bn/bn_prime.h
@@ -63,7 +63,6 @@ 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,