X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbn%2Fbn_prime.h;h=b7cf9a9bfe124d9361686fdc8b9d4010b8f6e8fc;hp=1d6df587a8a8b0bcb38e7b18763968e11cbdaaa6;hb=d3adc3d3ed44102e2df3cfb65b5d65299e1dc5f7;hpb=eda1f21f1af8b6f77327e7b37573af9c1ba73726 diff --git a/crypto/bn/bn_prime.h b/crypto/bn/bn_prime.h index 1d6df587a8..b7cf9a9bfe 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 @@ -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,