Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
bafcce63
Commit
bafcce63
authored
Sep 03, 2000
by
Niels Möller
Browse files
* src/testsuite/macros.m4 (TS_SEXP): Use transport format.
Rev: src/testsuite/macros.m4:1.6
parent
f2f90c88
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/testsuite/macros.m4
View file @
bafcce63
...
...
@@ -16,7 +16,10 @@ TS_DEFINE(
ssh_format("%lz", $1), simple_decode_hex("m4_translit($1, 0-9a-zA-Z
# , 0-9a-zA-Z)")) )
TS_DEFINE(TS_SEXP, string_to_sexp(TS_STRING($1), 1))
TS_DEFINE(TS_SEXP, string_to_sexp(SEXP_TRANSPORT, TS_STRING($1), 1))
m4_dnl TS_DEFINE(TS_SEXP_L, sexp_l($#, $@, -1))
m4_dnl TS_DEFINE(TS_SEXP_A, sexp_a(TS_STRING($1)))
TS_DEFINE(TS_TEST_STRING_EQ,
...
...
@@ -77,6 +80,7 @@ TS_DEFINE(
}
)
m4_dnl TS_TEST_SIGN(name, algorithm, key, msg, signature)
m4_dnl TS_TAG_GRANT(msg, tag-set, access)
TS_DEFINE(TS_TAG_GRANT,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment