aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2015-01-20 17:25:20 +0100
committerAndreas Schneider <asn@cryptomilk.org>2015-02-02 14:45:52 +0100
commit3ec3a926e5da5131917c7f4e66a1a865c2b524f1 (patch)
treea4190e494d9079439e0dfc9c6f5c057104cc9e60 /src/CMakeLists.txt
parent2f7886837f44351fc00e1a251c464bf6de2da2d1 (diff)
downloadlibssh-3ec3a926e5da5131917c7f4e66a1a865c2b524f1.tar.gz
libssh-3ec3a926e5da5131917c7f4e66a1a865c2b524f1.tar.xz
libssh-3ec3a926e5da5131917c7f4e66a1a865c2b524f1.zip
ed25519: Add support o import OpenSSH container keys
Signed-off-by: Aris Adamantiadis <aris@0xbadc0de.be> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index a4bc8595..ade4903f 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -139,6 +139,7 @@ set(libssh_SRCS
packet_crypt.c
pcap.c
pki.c
+ pki_container_openssh.c
pki_ed25519.c
poll.c
session.c