From: tb Date: Mon, 10 Jul 2023 02:29:28 +0000 (+0000) Subject: bn_print: string.h is no longer needed X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b0c626872eda28d8eda55d41aac4252f3ca3e388;p=openbsd bn_print: string.h is no longer needed --- 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