HaxeFoundation / HaxeFoundation/hxcpp
hxcpp, ssl and Mbedtl
- Dominant language
- C++
- Stars
- 330
- Forks
- 227
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 18
Description
I stumbled upon a `Mbedtl` dependency in hxcpp with regard to SSL inside hxcpp.
A little background: I know a friend who is trying to use haxeui as a static .lib via hxcpp, all works for the most part except there are references to ssl which dont play nice. Thanks to @Gama11 i could drill down and find out its based on sockets / http (which haxeui's ImageLoader uses). All fine.
My question is would it be advantageous to be able to `#if` ssl out of the picture (opt in to remove) if you didnt want to hit this dependency. Another option, ofc, would be to make `Mbedtl` work correctly statically, but it seems that an ability to "opt out" of any third party libs seems advantageous here (and in general).
Wondering what the thoughts are on this?
Cheers,
Ian
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.