From: Vsevolod Stakhov Date: Thu, 29 Jan 2026 10:52:03 +0000 (+0000) Subject: [Fix] cryptobox: remove redundant obj_mac.h include X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9bbd8ccee18d14c94c2cbf1555c95bb15e4c1c6;p=thirdparty%2Frspamd.git [Fix] cryptobox: remove redundant obj_mac.h include NID_sha1 is already available through evp.h -> objects.h -> obj_mac.h include chain, so explicit include is unnecessary. --- diff --git a/src/libcryptobox/cryptobox.c b/src/libcryptobox/cryptobox.c index 086a7eedcb..462a749144 100644 --- a/src/libcryptobox/cryptobox.c +++ b/src/libcryptobox/cryptobox.c @@ -41,7 +41,6 @@ #include #include #include -#include #if OPENSSL_VERSION_NUMBER >= 0x30000000L #include #endif