From c606f0866c3a2a5db3ef9bc41738ef33eb9612a9 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 22 Jun 2013 16:16:13 +0200 Subject: Add original TrueCrypt 7.1a sources --- src/Common/Sources | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/Common/Sources (limited to 'src/Common/Sources') diff --git a/src/Common/Sources b/src/Common/Sources new file mode 100644 index 00000000..98dbb93e --- /dev/null +++ b/src/Common/Sources @@ -0,0 +1,17 @@ +TARGETNAME=Common +TARGETTYPE=DRIVER_LIBRARY + +INCLUDES = ..;../Crypto + +SOURCES = \ + Cache.c \ + Crc.c \ + Crypto.c \ + EncryptionThreadPool.c \ + Endian.c \ + GfMul.c \ + Pkcs5.c \ + Volumes.c \ + Xts.c \ + Tests.c \ + Wipe.c -- cgit v1.2.3