linking fixup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
86c831a5c3
commit
4906bac10f
|
@ -49,7 +49,8 @@ lazy_static! {
|
||||||
static ref RUNTIME: Mutex<Weak<Runtime>> = Mutex::new(Weak::new());
|
static ref RUNTIME: Mutex<Weak<Runtime>> = Mutex::new(Weak::new());
|
||||||
}
|
}
|
||||||
|
|
||||||
extern {
|
#[link(name = "crypto")]
|
||||||
|
extern "C" {
|
||||||
fn OPENSSL_thread_stop();
|
fn OPENSSL_thread_stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue