diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-15 15:44:18 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-15 15:44:18 +0000 |
commit | 22a5e2b8e86db196d22c9144ed1bf0a0a1ddf2d4 (patch) | |
tree | f543715067786c34c2511a4e091203bbcb0ae7ad /Source/charon/testcases/parser_test.h | |
parent | 260f3338be897757be06d7b797f5a18f384bb8a8 (diff) | |
download | strongswan-22a5e2b8e86db196d22c9144ed1bf0a0a1ddf2d4.tar.bz2 strongswan-22a5e2b8e86db196d22c9144ed1bf0a0a1ddf2d4.tar.xz |
- support for key exchange payload
- tested
Diffstat (limited to 'Source/charon/testcases/parser_test.h')
-rw-r--r-- | Source/charon/testcases/parser_test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/charon/testcases/parser_test.h b/Source/charon/testcases/parser_test.h index a59896b1b..6a36f6659 100644 --- a/Source/charon/testcases/parser_test.h +++ b/Source/charon/testcases/parser_test.h @@ -31,4 +31,6 @@ void test_parser_with_sa_payload(tester_t *tester); void test_parser_with_nonce_payload(tester_t *tester); +void test_parser_with_ke_payload(tester_t *tester); + #endif /*PARSER_TEST_H_*/ |