Open hqvv opened 1 year ago
@hqvv Ok, I will check the code. It seems that xfrpc does not need to use libeven-openssl.
@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.
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