linking fixup

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-07-07 11:59:33 +02:00
parent 86c831a5c3
commit 4906bac10f
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@ lazy_static! {
static ref RUNTIME: Mutex<Weak<Runtime>> = Mutex::new(Weak::new());
}
extern {
#[link(name = "crypto")]
extern "C" {
fn OPENSSL_thread_stop();
}