You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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...
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
The text was updated successfully, but these errors were encountered: