Mercurial > 510Connectbot
comparison src/ch/ethz/ssh2/transport/ClientServerHello.java @ 337:0d0d2fc9918c ganymed
merge
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 31 Jul 2014 15:00:28 -0700 |
parents | 63b23b7c840d |
children | 126af684034e |
comparison
equal
deleted
inserted
replaced
336:63b23b7c840d | 337:0d0d2fc9918c |
---|---|
5 | 5 |
6 package ch.ethz.ssh2.transport; | 6 package ch.ethz.ssh2.transport; |
7 | 7 |
8 import java.io.IOException; | 8 import java.io.IOException; |
9 import java.io.InputStream; | 9 import java.io.InputStream; |
10 import java.io.InputStreamReader; | |
11 import java.io.LineNumberReader; | |
10 import java.io.OutputStream; | 12 import java.io.OutputStream; |
11 | 13 |
12 import ch.ethz.ssh2.util.StringEncoder; | 14 import ch.ethz.ssh2.util.StringEncoder; |
13 | 15 |
14 /** | 16 /** |