Changes in tests/check_arc.c [2799ff9:e2869bf]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/check_arc.c
r2799ff9 re2869bf 62 62 0x73, 0x6d, 0xb3, 0x0a, 0x6f, 0x0a, 0x2b, 0x43, 0x57, 0xe9, 0x3e, 0x63 63 63 }, 24, "OSCAR is creepy..." 64 }, 65 { "", 0, NULL } 64 } 66 65 }; 67 66 … … 70 69 int i; 71 70 72 for( i = 0; decrypt_tests[i].len; i++ )71 for( i = 0; clear_tests[i]; i++ ) 73 72 { 74 73 tcase_fn_start (decrypt_tests[i].decrypted, __FILE__, __LINE__);
Note: See TracChangeset
for help on using the changeset viewer.