summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn/bn_primes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/bn/bn_primes.c')
-rw-r--r--src/regress/lib/libcrypto/bn/bn_primes.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/bn/bn_primes.c b/src/regress/lib/libcrypto/bn/bn_primes.c
index e9a91ba87a..cd552dc3ac 100644
--- a/src/regress/lib/libcrypto/bn/bn_primes.c
+++ b/src/regress/lib/libcrypto/bn/bn_primes.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: bn_primes.c,v 1.1 2022/12/01 20:50:10 tb Exp $ */ 1/* $OpenBSD: bn_primes.c,v 1.2 2022/12/06 18:23:29 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2022 Theo Buehler <tb@openbsd.org> 3 * Copyright (c) 2022 Theo Buehler <tb@openbsd.org>
4 * 4 *
@@ -15,6 +15,10 @@
15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 */ 16 */
17 17
18#include <stdint.h>
19#include <stdio.h>
20#include <stdlib.h>
21
18#include <openssl/bn.h> 22#include <openssl/bn.h>
19 23
20#include "bn_prime.h" 24#include "bn_prime.h"