tsoding / kgbotka

Twitch/Discord Chat Bot that works for KGB monkaS
https://twitch.tv/tsoding
MIT License
17 stars 1 forks source link

Fix FreeBSD TLS certificate bug #253

Closed herrhotzenplotz closed 4 years ago

herrhotzenplotz commented 4 years ago

As discussed elsewhere, on FreeBSD I hit on an issue regarding the TLS certificate storage. For now, this adds a submodule that contains the fix (I already merged it into the master to make it build without requiring a manual checkout of the correct branch). This submodule can be removed once https://github.com/redneb/HsOpenSSL-x509-system/pull/2 is merged.

I hope this is an acceptable workaround for now.

rexim commented 4 years ago

@herrhotzenplotz looks good to me! Thank you for your contribution!