diff options
| author | Andreas Schneider <asn@cryptomilk.org> | 2011-08-28 14:49:28 +0200 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2011-08-28 14:50:28 +0200 |
| commit | fb4f1412ba5d4cff86fb47bc4dd41e8f50d61059 (patch) | |
| tree | abd9bf8533e1e5d64c7205de9e17deb753ab8d04 | |
| parent | 561441105f967f944f5da30523a6d1f8a894cf01 (diff) | |
| download | libssh-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/torture_keyfiles.c b/tests/unittests/torture_keyfiles.c index a996411f..9446bc6d 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" |
