summaryrefslogtreecommitdiff
path: root/source4/lib/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/crypto')
-rw-r--r--source4/lib/crypto/config.mk26
1 files changed, 26 insertions, 0 deletions
diff --git a/source4/lib/crypto/config.mk b/source4/lib/crypto/config.mk
new file mode 100644
index 0000000000..f7a8d20604
--- /dev/null
+++ b/source4/lib/crypto/config.mk
@@ -0,0 +1,26 @@
+##############################
+# Start SUBSYSTEM LIBCRYPTO
+[SUBSYSTEM::LIBCRYPTO]
+OBJ_FILES = \
+ crc32.o \
+ md5.o \
+ hmacmd5.o \
+ md4.o \
+ arcfour.o \
+ sha1.o \
+ hmacsha1.o
+# End SUBSYSTEM LIBCRYPTO
+##############################
+
+[MODULE::TORTURE_LIBCRYPTO]
+OBJ_FILES = \
+ md4test.o \
+ md5test.o \
+ hmacmd5test.o \
+ sha1test.o \
+ hmacsha1test.o
+SUBSYSTEM = torture
+PRIVATE_DEPENDENCIES = LIBCRYPTO
+PRIVATE_PROTO_HEADER = test_proto.h
+
+