aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-08-07 12:54:25 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-08-08 15:28:31 +0200
commit37b80e92613de0e56b1558d09298899276b56217 (patch)
tree256d59ee344290d825e5b0216cd638418c8a89e3 /src/CMakeLists.txt
parent01c4b713dc57d16612c3b61e1857fb982623dd12 (diff)
downloadlibssh-37b80e92613de0e56b1558d09298899276b56217.tar.gz
libssh-37b80e92613de0e56b1558d09298899276b56217.tar.xz
libssh-37b80e92613de0e56b1558d09298899276b56217.zip
pki: Move keyfiles to pki_gcrypt.c.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 103b007a..ef745620 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -91,7 +91,6 @@ set(libssh_SRCS
gzip.c
init.c
kex.c
- keyfiles.c
keys.c
known_hosts.c
legacy.c
@@ -104,6 +103,7 @@ set(libssh_SRCS
packet.c
pcap.c
pki.c
+ pki_gcrypt.c
poll.c
session.c
scp.c