diff --git a/skf-rs/src/helper/easy.rs b/skf-rs/src/helper/easy.rs index f8cd02d..5c34293 100644 --- a/skf-rs/src/helper/easy.rs +++ b/skf-rs/src/helper/easy.rs @@ -74,7 +74,7 @@ pub struct SecureApp { } impl SecureApp { - fn app(&self) -> &Box { + pub fn app(&self) -> &Box { &self.app } }