]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crypto: remove unused include 62335/head
authorKefu Chai <tchaikov@gmail.com>
Mon, 17 Mar 2025 09:52:25 +0000 (17:52 +0800)
committerKefu Chai <tchaikov@gmail.com>
Mon, 17 Mar 2025 09:57:13 +0000 (17:57 +0800)
commit4f3815deb968e36a58ef15b3c9ec6290287b8419
treec0c96c34b1c2ccd91ea8f9711ca597279f88f739
parentd4ce7b60b2f2472c86f8f41f89907aedec8b1c54
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 <tchaikov@gmail.com>
src/crypto/openssl/openssl_crypto_accel.cc