From: Kefu Chai Date: Mon, 17 Mar 2025 09:52:25 +0000 (+0800) Subject: crypto: remove unused include X-Git-Tag: v20.3.0~329^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F62335%2Fhead;p=ceph.git crypto: remove unused include openssl_crypto_accel.cc does not need the declarations included by openssl/engine.h, also, openssl/engine.h was deprecated in favor of the provider API, the engine support was removed in fedora 41. so, let's avoid including it. please note, the "ENGINE" struct's definition is available in openssl/types.h. Signed-off-by: Kefu Chai --- diff --git a/src/crypto/openssl/openssl_crypto_accel.cc b/src/crypto/openssl/openssl_crypto_accel.cc index f99844a3848..4944205dd3f 100644 --- a/src/crypto/openssl/openssl_crypto_accel.cc +++ b/src/crypto/openssl/openssl_crypto_accel.cc @@ -14,7 +14,6 @@ #include "crypto/openssl/openssl_crypto_accel.h" #include -#include #include "common/debug.h" // -----------------------------------------------------------------------------