From b0c626872eda28d8eda55d41aac4252f3ca3e388 Mon Sep 17 00:00:00 2001 From: tb Date: Mon, 10 Jul 2023 02:29:28 +0000 Subject: [PATCH] bn_print: string.h is no longer needed --- lib/libcrypto/bn/bn_print.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/libcrypto/bn/bn_print.c b/lib/libcrypto/bn/bn_print.c index 666bbf43322..afcb82396a5 100644 --- a/lib/libcrypto/bn/bn_print.c +++ b/lib/libcrypto/bn/bn_print.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bn_print.c,v 1.44 2023/07/09 18:37:58 tb Exp $ */ +/* $OpenBSD: bn_print.c,v 1.45 2023/07/10 02:29:28 tb Exp $ */ /* * Copyright (c) 2023 Theo Buehler @@ -22,7 +22,6 @@ #include #include #include -#include #include #include -- 2.20.1