diff src/ch/ethz/ssh2/transport/ServerKexManager.java @ 316:6b424bb783a2 ganymed

add ecdsa key support everywhere
author Carl Byington <carl@five-ten-sg.com>
date Wed, 30 Jul 2014 16:39:13 -0700
parents d85bc45139f2
children 6740870cf268
line wrap: on
line diff
--- a/src/ch/ethz/ssh2/transport/ServerKexManager.java	Wed Jul 30 16:36:13 2014 -0700
+++ b/src/ch/ethz/ssh2/transport/ServerKexManager.java	Wed Jul 30 16:39:13 2014 -0700
@@ -12,6 +12,7 @@
 import java.security.interfaces.ECPublicKey;
 import java.security.interfaces.RSAPrivateKey;
 import java.security.interfaces.RSAPublicKey;
+import java.math.BigInteger;
 
 import ch.ethz.ssh2.ConnectionInfo;
 import ch.ethz.ssh2.PacketTypeException;