Mercurial > 510Connectbot
diff src/ch/ethz/ssh2/server/ServerConnectionState.java @ 278:d7e088fa2123 ganymed
start conversion from trilead to ganymed
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 18 Jul 2014 16:45:43 -0700 |
parents | 91a31873c42a |
children | b4ca341c318d |
line wrap: on
line diff
--- a/src/ch/ethz/ssh2/server/ServerConnectionState.java Fri Jul 18 11:59:52 2014 -0700 +++ b/src/ch/ethz/ssh2/server/ServerConnectionState.java Fri Jul 18 16:45:43 2014 -0700 @@ -14,7 +14,7 @@ import ch.ethz.ssh2.channel.ChannelManager; import ch.ethz.ssh2.crypto.CryptoWishList; import ch.ethz.ssh2.signature.DSAPrivateKey; -import ch.ethz.ssh2.signature.RSAPrivateKey; +import java.security.interfaces.RSAPrivateKey; import ch.ethz.ssh2.transport.ClientServerHello; import ch.ethz.ssh2.transport.ServerTransportManager;