Commit 79232957 authored by kokke's avatar kokke
Browse files

Update test.c

parent 339c2086
...@@ -8,7 +8,7 @@ static void test_ECB(void); ...@@ -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();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment