aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/test_vectors/Makefile.am
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2010-08-12 22:43:44 +0200
committerMartin Willi <martin@revosec.ch>2010-08-13 17:11:53 +0200
commitbc4978c78640813e8390c947eb72ebfd93172a9a (patch)
treef651a0e0bd68f3e827047122faaf37640bc0231a /src/libstrongswan/plugins/test_vectors/Makefile.am
parent71efe40077a160e5d60dc4fe3f19b5670e6ced93 (diff)
downloadstrongswan-bc4978c78640813e8390c947eb72ebfd93172a9a.tar.bz2
strongswan-bc4978c78640813e8390c947eb72ebfd93172a9a.tar.xz
Added AES-CTR test vectors
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 6d3b05d19..547331ea2 100644
--- a/src/libstrongswan/plugins/test_vectors/Makefile.am
+++ b/src/libstrongswan/plugins/test_vectors/Makefile.am
@@ -13,6 +13,7 @@ libstrongswan_test_vectors_la_SOURCES = \
test_vectors_plugin.h test_vectors_plugin.c test_vectors.h \
test_vectors/3des_cbc.c \
test_vectors/aes_cbc.c \
+ test_vectors/aes_ctr.c \
test_vectors/aes_xcbc.c \
test_vectors/blowfish.c \
test_vectors/camellia_cbc.c \