diff options
Diffstat (limited to 'src/lib/libcrypto/bn/bn_prime.h')
-rw-r--r-- | src/lib/libcrypto/bn/bn_prime.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bn/bn_prime.h b/src/lib/libcrypto/bn/bn_prime.h index 6fce0210cd..b7cf9a9bfe 100644 --- a/src/lib/libcrypto/bn/bn_prime.h +++ b/src/lib/libcrypto/bn/bn_prime.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* crypto/bn/bn_prime.h */ | 1 | /* Auto generated by bn_prime.pl */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -61,7 +61,7 @@ | |||
61 | #else | 61 | #else |
62 | #define NUMPRIMES 54 | 62 | #define NUMPRIMES 54 |
63 | #endif | 63 | #endif |
64 | static unsigned int primes[NUMPRIMES]= | 64 | static const unsigned int primes[NUMPRIMES]= |
65 | { | 65 | { |
66 | 2, 3, 5, 7, 11, 13, 17, 19, | 66 | 2, 3, 5, 7, 11, 13, 17, 19, |
67 | 23, 29, 31, 37, 41, 43, 47, 53, | 67 | 23, 29, 31, 37, 41, 43, 47, 53, |