File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -446,7 +446,6 @@ START_TEST(claim_int_addgetdel)
446446{
447447 const char exp [] = "{\"nbf\":1475980545}" ;
448448 jwt_checker_auto_t * checker = NULL ;
449- char_auto * out = NULL ;
450449 jwt_value_t jval ;
451450 int ret ;
452451
@@ -509,7 +508,6 @@ START_TEST(claim_bool_addgetdel)
509508{
510509 const char exp [] = "{\"admin\":true}" ;
511510 jwt_checker_auto_t * checker = NULL ;
512- char_auto * out = NULL ;
513511 jwt_value_t jval ;
514512 int ret ;
515513
@@ -572,7 +570,6 @@ START_TEST(claim_json_addgetdel)
572570{
573571 const char exp [] = "{\"rooms\":[\"office\",\"war-room\"]}" ;
574572 jwt_checker_auto_t * checker = NULL ;
575- char_auto * out = NULL ;
576573 jwt_value_t jval ;
577574 int ret ;
578575
@@ -645,7 +642,6 @@ START_TEST(header_str_addgetdel)
645642{
646643 const char exp [] = "{}" ;
647644 jwt_checker_auto_t * checker = NULL ;
648- char_auto * out = NULL ;
649645 jwt_value_t jval ;
650646 int ret ;
651647
You can’t perform that action at this time.
0 commit comments