From 8cbf9394c11668c83c8dba3793a28a7e3a779a6e Mon Sep 17 00:00:00 2001 From: tb Date: Mon, 5 Dec 2022 00:24:44 +0000 Subject: [PATCH] bn_mod_exp.c doesn't need --- regress/lib/libcrypto/bn/bn_mod_exp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/regress/lib/libcrypto/bn/bn_mod_exp.c b/regress/lib/libcrypto/bn/bn_mod_exp.c index bab6ad4adf7..b4c84a05c99 100644 --- a/regress/lib/libcrypto/bn/bn_mod_exp.c +++ b/regress/lib/libcrypto/bn/bn_mod_exp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bn_mod_exp.c,v 1.9 2022/12/03 09:44:52 tb Exp $ */ +/* $OpenBSD: bn_mod_exp.c,v 1.10 2022/12/05 00:24:44 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -58,7 +58,6 @@ #include #include -#include #include #include -- 2.20.1