X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=blobdiff_plain;f=Source%2Fcharon%2Ftestcases%2Fparser_test.h;h=e25e0356d0122fd9cbc0829a5398886b4cb8a15d;hp=a80888fe875ba9c41420f421dd65a7a69e7b743c;hb=2326633550ee256c0dfda5dc2111811dc0877a58;hpb=0e96f7d8c3aefaa1717f4c30e66fdc459d3f2ecc diff --git a/Source/charon/testcases/parser_test.h b/Source/charon/testcases/parser_test.h index a80888f..e25e035 100644 --- a/Source/charon/testcases/parser_test.h +++ b/Source/charon/testcases/parser_test.h @@ -85,4 +85,14 @@ void test_parser_with_ke_payload(tester_t *tester); */ void test_parser_with_notify_payload(tester_t *tester); +/** + * @brief Test function used to test the parser_t functionality when + * parsing a AUTH payload. + * + * @param tester associated tester_t object + * + * @ingroup testcases + */ +void test_parser_with_auth_payload(tester_t *tester); + #endif /*PARSER_TEST_H_*/