Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to drop libevent2-openssl dependence? #38

Open
hqvv opened this issue Mar 16, 2023 · 2 comments
Open

Is it possible to drop libevent2-openssl dependence? #38

hqvv opened this issue Mar 16, 2023 · 2 comments

Comments

@hqvv
Copy link

hqvv commented Mar 16, 2023

Thank you for your great work!
Xfrpc reduce the size of frpc so that I can use it on my small flash route.

Is it possible to drop libevent2-openssl dependence if I am not using any https related function.
libopenssl is big, I 'd like to replace it with libmbedtls, but I can find a libevent2-mbedtl package for xfrpc.

Thanks

@liudf0716
Copy link
Owner

@hqvv Ok, I will check the code. It seems that xfrpc does not need to use libeven-openssl.

@hqvv
Copy link
Author

hqvv commented Mar 23, 2023

@hqvv Ok, I will check the code. It seems that xfrpc does not need to use libeven-openssl.

Thank you so much!

https://github.com/openwrt/packages/blob/master/net/xfrpc/Makefile
The makefile in openwrt included a dependence libevent2-openssl, and I can not compile xfrp if I removed libevent2-openssl dependence.
libevent2-openssl depended on libopenssl, it is big...
I have tried to find a libevent2-mbedtls or something else to replace the libevent2-openssl, but failed...

Thanks again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants