aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/test_vectors/Makefile.am
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-06-17 15:24:20 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-06-17 15:24:20 +0200
commita36c082da66c1ee5dc77ce8138f22e2962a1a2eb (patch)
tree5e4449817cc784e190d5be790f4caf5a59e28b7c /src/libstrongswan/plugins/test_vectors/Makefile.am
parent1db85f2cc7a05bc604c443e9e516176badead348 (diff)
downloadstrongswan-a36c082da66c1ee5dc77ce8138f22e2962a1a2eb.tar.bz2
strongswan-a36c082da66c1ee5dc77ce8138f22e2962a1a2eb.tar.xz
added one CAST-128 test vector
Diffstat (limited to 'src/libstrongswan/plugins/test_vectors/Makefile.am')
-rw-r--r--src/libstrongswan/plugins/test_vectors/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstrongswan/plugins/test_vectors/Makefile.am b/src/libstrongswan/plugins/test_vectors/Makefile.am
index b399d0da6..7c75abad7 100644
--- a/src/libstrongswan/plugins/test_vectors/Makefile.am
+++ b/src/libstrongswan/plugins/test_vectors/Makefile.am
@@ -12,6 +12,7 @@ libstrongswan_test_vectors_la_SOURCES = \
test_vectors/aes_xcbc.c \
test_vectors/blowfish.c \
test_vectors/camellia_cbc.c \
+ test_vectors/cast.c \
test_vectors/md5.c \
test_vectors/md5_hmac.c \
test_vectors/sha1.c \