Update test.c

This commit is contained in:
kokke
2014-12-08 09:55:44 +01:00
parent 339c208685
commit 792329579c

2
test.c
View File

@@ -8,7 +8,7 @@ static void test_ECB(void);
static void test_decrypt(void); static void test_decrypt(void);
int main(int argc, char** argv) int main(void)
{ {
test_ECB(); test_ECB();
test_decrypt(); test_decrypt();