Open drasko opened 7 years ago
@jvermillard is using openssl as a submodule: https://github.com/jvermillard/nativedtls. This way cgo
can find correct headers.
You have probably installed on your system openssl 1.1, but it is pretty new and you can not expect it on any system.
I propose you to add correct openssl revision as a submodule (I tried adding by hand openssl dir, but it does not build)
Hey Drasko,
Yes you're right. I've commited the submodule.
Thanks! Z