aboutsummaryrefslogtreecommitdiffhomepage
path: root/oxish/src/bin/oxish-server.rs
diff options
context:
space:
mode:
Diffstat (limited to 'oxish/src/bin/oxish-server.rs')
-rw-r--r--oxish/src/bin/oxish-server.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/oxish/src/bin/oxish-server.rs b/oxish/src/bin/oxish-server.rs
index 321d064..a88995e 100644
--- a/oxish/src/bin/oxish-server.rs
+++ b/oxish/src/bin/oxish-server.rs
@@ -13,7 +13,7 @@ use clap::Parser;
use listenfd::ListenFd;
use oxish::{Config, DEFAULT_PROVIDER, DefaultStore, Server};
use proto::{
- key_exchange::HostKeys,
+ HostKeys,
named::{Named, PublicKeyAlgorithm},
};
use tokio::net::TcpListener;