Skip to content

Commit 4f3815d

Browse files
committed
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 <[email protected]>
1 parent d4ce7b6 commit 4f3815d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/crypto/openssl/openssl_crypto_accel.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
#include "crypto/openssl/openssl_crypto_accel.h"
1616
#include <openssl/evp.h>
17-
#include <openssl/engine.h>
1817
#include "common/debug.h"
1918

2019
// -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)