- wrote test for aes_cbc but encryption does not seem to work :-(

This commit is contained in:
Jan Hutter
2005-11-28 09:12:49 +00:00
parent 363a7dab5e
commit 7b0dafeb52
9 changed files with 234 additions and 39 deletions
@@ -15,6 +15,11 @@
TESTCASES_DIR= $(MAIN_DIR)testcases/
TEST_OBJS+= $(BUILD_DIR)aes_cbc_crypter_test.o
$(BUILD_DIR)aes_cbc_crypter_test.o : $(TESTCASES_DIR)aes_cbc_crypter_test.c $(TESTCASES_DIR)aes_cbc_crypter_test.h
$(CC) $(CFLAGS) -c -o $@ $<
TEST_OBJS+= $(BUILD_DIR)diffie_hellman_test.o
$(BUILD_DIR)diffie_hellman_test.o : $(TESTCASES_DIR)diffie_hellman_test.c $(TESTCASES_DIR)diffie_hellman_test.h
$(CC) $(CFLAGS) -c -o $@ $<