From ba3d3e9c51f4d5378c04c6e9065b2c070e97806d Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 5 Dec 2022 00:24:44 +0000 Subject: bn_mod_exp.c doesn't need --- src/regress/lib/libcrypto/bn/bn_mod_exp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/regress/lib/libcrypto/bn/bn_mod_exp.c b/src/regress/lib/libcrypto/bn/bn_mod_exp.c index bab6ad4adf..b4c84a05c9 100644 --- a/src/regress/lib/libcrypto/bn/bn_mod_exp.c +++ b/src/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 -- cgit v1.2.3-55-g6feb