diff --git a/pbs-runtime/src/lib.rs b/pbs-runtime/src/lib.rs index 477d26d6..baa7ded0 100644 --- a/pbs-runtime/src/lib.rs +++ b/pbs-runtime/src/lib.rs @@ -49,7 +49,8 @@ lazy_static! { static ref RUNTIME: Mutex> = Mutex::new(Weak::new()); } -extern { +#[link(name = "crypto")] +extern "C" { fn OPENSSL_thread_stop(); }