X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbn%2Fbn_prime.h;h=bd04602e4f566beaec17a276b87da3ff65c3d2f1;hp=1d6df587a8a8b0bcb38e7b18763968e11cbdaaa6;hb=ed77017b594754240013c378b4f7c10440c94d7a;hpb=b7896b3cb86d80206af14a14d69b0717786f2729 diff --git a/crypto/bn/bn_prime.h b/crypto/bn/bn_prime.h index 1d6df587a8..bd04602e4f 100644 --- a/crypto/bn/bn_prime.h +++ b/crypto/bn/bn_prime.h @@ -1,5 +1,5 @@ -/* crypto/bn/bn_prime.h */ -/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) +/* Auto generated by bn_prime.pl */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written @@ -58,10 +58,13 @@ #ifndef EIGHT_BIT #define NUMPRIMES 2048 +typedef unsigned short prime_t; #else #define NUMPRIMES 54 +typedef unsigned char prime_t; #endif -static unsigned int primes[NUMPRIMES]= +__fips_constseg +static const prime_t primes[NUMPRIMES]= { 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53,