fixed aes code, we support now aes128, aes192, aes256 in IKE

This commit is contained in:
Martin Willi
2006-06-15 13:14:09 +00:00
parent c095388f7f
commit 147fe5095d
5 changed files with 110 additions and 19 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ int main()
tester_t *tester = tester_create(test_output, FALSE);
//tester->perform_tests(tester,all_tests);
tester->perform_test(tester,&proposal_test);
tester->perform_test(tester,&aes_cbc_crypter_test);
tester->destroy(tester);