aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-08-28 14:49:28 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-08-28 14:50:28 +0200
commitfb4f1412ba5d4cff86fb47bc4dd41e8f50d61059 (patch)
treeabd9bf8533e1e5d64c7205de9e17deb753ab8d04
parent561441105f967f944f5da30523a6d1f8a894cf01 (diff)
downloadlibssh-fb4f1412ba5d4cff86fb47bc4dd41e8f50d61059.tar.gz
libssh-fb4f1412ba5d4cff86fb47bc4dd41e8f50d61059.tar.xz
libssh-fb4f1412ba5d4cff86fb47bc4dd41e8f50d61059.zip
build: Fix the build of keyfiles torture test.
-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 a996411..9446bc6 100644
--- a/tests/unittests/torture_keyfiles.c
+++ b/tests/unittests/torture_keyfiles.c
@@ -1,7 +1,7 @@
#define LIBSSH_STATIC
#include "torture.h"
-#include "pki_gcrypt.c"
+#include "legacy.c"
#define LIBSSH_RSA_TESTKEY "libssh_testkey.id_rsa"
#define LIBSSH_DSA_TESTKEY "libssh_testkey.id_dsa"