aboutsummaryrefslogtreecommitdiff
path: root/tests
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 /tests
parent01c4b713dc57d16612c3b61e1857fb982623dd12 (diff)
downloadlibssh-37b80e92613de0e56b1558d09298899276b56217.tar.gz
libssh-37b80e92613de0e56b1558d09298899276b56217.tar.xz
libssh-37b80e92613de0e56b1558d09298899276b56217.zip
pki: Move keyfiles to pki_gcrypt.c.
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/torture_keyfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/torture_keyfiles.c b/tests/unittests/torture_keyfiles.c
index 59c28703..a996411f 100644
--- a/tests/unittests/torture_keyfiles.c
+++ b/tests/unittests/torture_keyfiles.c
@@ -1,7 +1,7 @@
#define LIBSSH_STATIC
#include "torture.h"
-#include "keyfiles.c"
+#include "pki_gcrypt.c"
#define LIBSSH_RSA_TESTKEY "libssh_testkey.id_rsa"
#define LIBSSH_DSA_TESTKEY "libssh_testkey.id_dsa"