Mercurial > 510Connectbot
diff src/ch/ethz/ssh2/transport/TransportManager.java @ 284:4ec87de11e71 ganymed
start conversion from trilead to ganymed
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 18 Jul 2014 18:08:56 -0700 |
parents | 51d5f434ef6b |
children | ca5dd224a87b |
line wrap: on
line diff
--- a/src/ch/ethz/ssh2/transport/TransportManager.java Fri Jul 18 17:32:11 2014 -0700 +++ b/src/ch/ethz/ssh2/transport/TransportManager.java Fri Jul 18 18:08:56 2014 -0700 @@ -296,7 +296,7 @@ * @param rsa may be null if this is a client connection * @throws IOException */ - public void forceKeyExchange(CryptoWishList cwl, DHGexParameters dhgex, DSAPrivateKey dsa, RSAPrivateKey rsa) + public void forceKeyExchange(CryptoWishList cwl, DHGexParameters dhgex, KeyPair dsa, KeyPair rsa) throws IOException { synchronized(connectionSemaphore) { if(connectionClosed) {