1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-05-28 17:41:28 +03:00

torture: Move TORTURE_TESTKEY_PASSWORD to header

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider 2015-05-06 09:47:17 +02:00
parent 57afe78167
commit f81d296e54
2 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,6 @@
/* for pattern matching */
#include "match.c"
#define TORTURE_TESTKEY_PASSWORD "libssh-rocks"
static const char torture_rsa_testkey[] =
"-----BEGIN RSA PRIVATE KEY-----\n"
"MIIEowIBAAKCAQEArAOREUWlBXJAKZ5hABYyxnRayDZP1bJeLbPVK+npxemrhHyZ\n"

View File

@ -46,6 +46,8 @@
assert_true(code >= 0)
#endif /* assert_return_code */
#define TORTURE_TESTKEY_PASSWORD "libssh-rocks"
/* Used by main to communicate with parse_opt. */
struct argument_s {
const char *pattern;