processone / fast_tls

TLS / SSL OpenSSL-based native driver for Erlang / Elixir
https://www.ejabberd.im
Other
83 stars 37 forks source link

Fix crash on Mac OS X High Sierra #28

Closed nosnilmot closed 6 years ago

nosnilmot commented 6 years ago

Fix crash on Mac OS X High Sierra due to replacement of system OpenSSL with BoringSSL by building fast_tls with a two-level namespace (instead of single-level flat namespace that rebar defaults to)

See also https://bugs.erlang.org/browse/ERL-439

Fixes fast_tls issue #27

prefiks commented 6 years ago

Looks good to me, thank you for your contribution!