summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2009-11-19 15:19:39 +0000
committerStef Walter <stef@memberwebs.com>2009-11-19 15:19:39 +0000
commit5f565cd945f9a9014fa86ad861a2ee9435edec38 (patch)
tree4d1af21725c3b865e7ddb9f7c67b3dd2b811dc74 /src/Makefile.am
parent9b25b05d7aa4a816cfa06f4750cb600cb94e27b7 (diff)
Implement tests for aes key wrapping and unwrapping.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c4d34ed..177da28 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,6 +6,7 @@ include_HEADERS = \
lib_LTLIBRARIES = libp11-tests.la
libp11_tests_la_SOURCES = \
+ aes.c \
certificate.c \
check.c \
config.c \