aboutsummaryrefslogtreecommitdiffhomepage
path: root/oxish/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'oxish/src/lib.rs')
-rw-r--r--oxish/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/oxish/src/lib.rs b/oxish/src/lib.rs
index 9de9891..65b3554 100644
--- a/oxish/src/lib.rs
+++ b/oxish/src/lib.rs
@@ -48,7 +48,7 @@ pub use graviola::DEFAULT_PROVIDER;
compile_error!("no crypto providers enabled -- enable at least one to fix this error");
mod authentication;
-pub use authentication::{AuthorizedKey, DefaultStore, User, UserStore, Username};
+pub use authentication::{DefaultStore, User, UserStore, Username};
mod session;
pub use session::Session;
mod server;