This is an automated email from the ASF dual-hosted git repository.
BewareMyPower pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git
The following commit(s) were added to refs/heads/main by this push:
new 0666b5c [cleanup] remove unused openssl header (#574)
0666b5c is described below
commit 0666b5c49d0a390d4e0080b3d22d9827974e7842
Author: Liu Zixian <[email protected]>
AuthorDate: Wed May 13 10:36:22 2026 +0800
[cleanup] remove unused openssl header (#574)
---
lib/MessageCrypto.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/MessageCrypto.h b/lib/MessageCrypto.h
index 4052066..71c2eaa 100644
--- a/lib/MessageCrypto.h
+++ b/lib/MessageCrypto.h
@@ -20,7 +20,6 @@
#define LIB_MESSAGECRYPTO_H_
#include <openssl/bio.h>
-#include <openssl/engine.h>
#include <openssl/evp.h>
#include <openssl/rand.h>
#include <openssl/rsa.h>