summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_prime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/bn/bn_prime.h')
-rw-r--r--src/lib/libcrypto/bn/bn_prime.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bn/bn_prime.h b/src/lib/libcrypto/bn/bn_prime.h
index 3102d8eb41..d5199008f9 100644
--- a/src/lib/libcrypto/bn/bn_prime.h
+++ b/src/lib/libcrypto/bn/bn_prime.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: bn_prime.h,v 1.6 2014/06/12 15:49:28 deraadt Exp $ */ 1/* $OpenBSD: bn_prime.h,v 1.7 2016/12/21 15:49:29 jsing Exp $ */
2/* Auto generated by bn_prime.pl */ 2/* Auto generated by bn_prime.pl */
3/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 3/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
4 * All rights reserved. 4 * All rights reserved.
@@ -57,6 +57,8 @@
57 * [including the GNU Public Licence.] 57 * [including the GNU Public Licence.]
58 */ 58 */
59 59
60__BEGIN_HIDDEN_DECLS
61
60#define NUMPRIMES 2048 62#define NUMPRIMES 2048
61typedef unsigned short prime_t; 63typedef unsigned short prime_t;
62static const prime_t primes[NUMPRIMES] = { 64static const prime_t primes[NUMPRIMES] = {
@@ -317,3 +319,5 @@ static const prime_t primes[NUMPRIMES] = {
317 17707, 17713, 17729, 17737, 17747, 17749, 17761, 17783, 319 17707, 17713, 17729, 17737, 17747, 17749, 17761, 17783,
318 17789, 17791, 17807, 17827, 17837, 17839, 17851, 17863, 320 17789, 17791, 17807, 17827, 17837, 17839, 17851, 17863,
319}; 321};
322
323__END_HIDDEN_DECLS