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.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/lib/libcrypto/bn/bn_prime.h b/src/lib/libcrypto/bn/bn_prime.h
deleted file mode 100644
index 4ea2d47948..0000000000
--- a/src/lib/libcrypto/bn/bn_prime.h
+++ /dev/null
@@ -1,14 +0,0 @@
1/* $OpenBSD: bn_prime.h,v 1.9 2022/11/10 10:24:50 tb Exp $ */
2/*
3 * Public domain.
4 */
5
6#include <stdint.h>
7
8__BEGIN_HIDDEN_DECLS
9
10#define NUMPRIMES 2048
11
12extern const uint16_t primes[NUMPRIMES];
13
14__END_HIDDEN_DECLS