summaryrefslogtreecommitdiff
path: root/openssl/src/util.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/src/util.rs')
-rw-r--r--openssl/src/util.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/src/util.rs b/openssl/src/util.rs
index c0c335a0..e390ea05 100644
--- a/openssl/src/util.rs
+++ b/openssl/src/util.rs
@@ -4,7 +4,7 @@ use std::any::Any;
use std::panic::{self, AssertUnwindSafe};
use std::slice;
-use error::ErrorStack;
+use crate::error::ErrorStack;
/// Wraps a user-supplied callback and a slot for panics thrown inside the callback (while FFI
/// frames are on the stack).