Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/check_arc.c

    r2799ff9 re2869bf  
    6262                        0x73, 0x6d, 0xb3, 0x0a, 0x6f, 0x0a, 0x2b, 0x43, 0x57, 0xe9, 0x3e, 0x63
    6363                }, 24, "OSCAR is creepy..."
    64         },
    65         { "", 0, NULL }
     64        }
    6665};
    6766
     
    7069        int i;
    7170       
    72         for( i = 0; decrypt_tests[i].len; i++ )
     71        for( i = 0; clear_tests[i]; i++ )
    7372        {
    7473                tcase_fn_start (decrypt_tests[i].decrypted, __FILE__, __LINE__);
Note: See TracChangeset for help on using the changeset viewer.