JuliaLang / MbedTLS.jl

Wrapper around mbedtls
Other
41 stars 50 forks source link

Fix dlopen order, call check_deps() in __init__ #194

Closed tkoolen closed 5 years ago

tkoolen commented 5 years ago

Found while investigating https://github.com/JuliaWeb/MbedTLS.jl/issues/193. This still doesn't fix HTTP.jl tests, but I think these are good changes nonetheless.

visr commented 5 years ago

The dlopen order should also be fixed when switching to a new build with https://github.com/JuliaWeb/MbedTLSBuilder/commit/5498d779237a937231b65e01b3c01e92aca3197c.

But the check_deps should definitely go in.

quinnj commented 5 years ago

This is fixed on master