diff options
-rw-r--r-- | test.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ static void test_ECB(void); static void test_decrypt(void); -int main(int argc, char** argv) +int main(void) { test_ECB(); test_decrypt(); |
index : anonymous/tiny-AES-c | ||
Small portable AES128/192/256 in C | mirror |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | test.c | 2 |
@@ -8,7 +8,7 @@ static void test_ECB(void); static void test_decrypt(void); -int main(int argc, char** argv) +int main(void) { test_ECB(); test_decrypt(); |