added 6 Camellia test vectors

This commit is contained in:
Andreas Steffen
2009-06-17 14:21:34 +02:00
parent 80d3a187c5
commit 22511bbd34
2 changed files with 12 additions and 5 deletions
@@ -8,9 +8,10 @@ plugin_LTLIBRARIES = libstrongswan-test-vectors.la
libstrongswan_test_vectors_la_SOURCES = \
test_vectors_plugin.h test_vectors_plugin.c test_vectors.h \
test_vectors/3des_cbc.c \
test_vectors/blowfish.c \
test_vectors/aes_cbc.c \
test_vectors/aes_xcbc.c \
test_vectors/blowfish.c \
test_vectors/camellia_cbc.c \
test_vectors/md5.c \
test_vectors/md5_hmac.c \
test_vectors/sha1.c \