diff src/ch/ethz/ssh2/Connection.java @ 302:beaccc9df37b ganymed

add ecdsa key support everywhere
author Carl Byington <carl@five-ten-sg.com>
date Tue, 29 Jul 2014 20:23:00 -0700
parents 9ae4ed7bb523
children d2b303406d63
line wrap: on
line diff
--- a/src/ch/ethz/ssh2/Connection.java	Tue Jul 29 18:50:35 2014 -0700
+++ b/src/ch/ethz/ssh2/Connection.java	Tue Jul 29 20:23:00 2014 -0700
@@ -1016,7 +1016,7 @@
     public synchronized void forceKeyExchange() throws IOException {
         this.checkConnection();
 
-        tm.forceKeyExchange(cryptoWishList, dhgexpara, null, null);
+        tm.forceKeyExchange(cryptoWishList, dhgexpara, null, null, null);
     }
 
     /**