diff src/ch/ethz/ssh2/transport/KexState.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 51d5f434ef6b
line wrap: on
line diff
--- a/src/ch/ethz/ssh2/transport/KexState.java	Fri Jul 18 11:59:52 2014 -0700
+++ b/src/ch/ethz/ssh2/transport/KexState.java	Fri Jul 18 16:45:43 2014 -0700
@@ -10,7 +10,7 @@
 import java.math.BigInteger;
 import ch.ethz.ssh2.packets.PacketKexInit;
 import ch.ethz.ssh2.signature.DSAPrivateKey;
-import ch.ethz.ssh2.signature.RSAPrivateKey;
+import java.security.interfaces.RSAPrivateKey;
 
 /**
  * KexState.