aboutsummaryrefslogtreecommitdiffstats
path: root/sshlib/build.gradle
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-04-04 17:17:58 -0700
committerKenny Root <kenny@the-b.org>2016-01-24 20:03:50 -0800
commit1538c32d65152d1792e6d2404f2018c9db29ab19 (patch)
tree7b24d08594569ab5a78c34be6f70496c86bbc337 /sshlib/build.gradle
parent4e80ba5fbec4e68749b395c489148fa5d704b87b (diff)
downloadsshlib-1538c32d65152d1792e6d2404f2018c9db29ab19.tar.gz
sshlib-1538c32d65152d1792e6d2404f2018c9db29ab19.tar.bz2
sshlib-1538c32d65152d1792e6d2404f2018c9db29ab19.zip
Add Ed25519 host key support
Diffstat (limited to 'sshlib/build.gradle')
-rw-r--r--sshlib/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshlib/build.gradle b/sshlib/build.gradle
index fb266ff..5949330 100644
--- a/sshlib/build.gradle
+++ b/sshlib/build.gradle
@@ -15,7 +15,7 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.jcraft:jzlib:1.1.3'
compile 'org.connectbot:simplesocks:1.0.1'
- compile 'org.zeromq:curve25519-java:0.1.0'
+ compile 'net.vrallev.ecc:ecc-25519-java:1.0.1'
testCompile 'junit:junit:4.12'
}