From 286cd02a2b95cd94707d1ae63155b59302dfefc7 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 8 Nov 2025 16:27:33 +0000 Subject: bn_prime.c: fix includes --- src/lib/libcrypto/bn/bn_prime.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/bn/bn_prime.c b/src/lib/libcrypto/bn/bn_prime.c index c07fcedcda..3d7f18a8ea 100644 --- a/src/lib/libcrypto/bn/bn_prime.c +++ b/src/lib/libcrypto/bn/bn_prime.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bn_prime.c,v 1.36 2025/11/06 09:04:14 tb Exp $ */ +/* $OpenBSD: bn_prime.c,v 1.37 2025/11/08 16:27:33 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -109,8 +109,9 @@ * */ -#include -#include +#include + +#include #include "bn_local.h" #include "err_local.h" -- cgit v1.2.3-55-g6feb