svn commit: samba r25931 - in branches/SAMBA_4_0: . source/lib source/lib/crypto source/torture/local

jelmer at samba.org jelmer at samba.org
Mon Nov 12 00:05:13 GMT 2007


Author: jelmer
Date: 2007-11-12 00:05:10 +0000 (Mon, 12 Nov 2007)
New Revision: 25931

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25931

Log:
Add config .mk file for crypto lib.
Added:
   branches/SAMBA_4_0/source/lib/crypto/config.mk
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/lib/basic.mk
   branches/SAMBA_4_0/source/torture/local/local.c


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:file-ids
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/lib/basic.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/basic.mk	2007-11-11 23:37:01 UTC (rev 25930)
+++ branches/SAMBA_4_0/source/lib/basic.mk	2007-11-12 00:05:10 UTC (rev 25931)
@@ -16,31 +16,8 @@
 include util/config.mk
 include tdr/config.mk
 include dbwrap/config.mk
+include crypto/config.mk
 
-##############################
-# Start SUBSYSTEM LIBCRYPTO
-[SUBSYSTEM::LIBCRYPTO]
-OBJ_FILES = \
-		crypto/crc32.o \
-		crypto/md5.o \
-		crypto/hmacmd5.o \
-		crypto/md4.o \
-		crypto/arcfour.o \
-		crypto/sha1.o \
-		crypto/hmacsha1.o
-# End SUBSYSTEM LIBCRYPTO
-##############################
-
-[MODULE::TORTURE_LIBCRYPTO]
-OBJ_FILES = \
-		crypto/md4test.o \
-		crypto/md5test.o \
-		crypto/hmacmd5test.o \
-		crypto/sha1test.o \
-		crypto/hmacsha1test.o
-SUBSYSTEM = torture
-PRIVATE_DEPENDENCIES = LIBCRYPTO
-
 ################################################
 # Start SUBSYSTEM LIBCOMPRESSION
 [SUBSYSTEM::LIBCOMPRESSION]

Added: branches/SAMBA_4_0/source/lib/crypto/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/crypto/config.mk	2007-11-11 23:37:01 UTC (rev 25930)
+++ branches/SAMBA_4_0/source/lib/crypto/config.mk	2007-11-12 00:05:10 UTC (rev 25931)
@@ -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
+
+

Modified: branches/SAMBA_4_0/source/torture/local/local.c
===================================================================
--- branches/SAMBA_4_0/source/torture/local/local.c	2007-11-11 23:37:01 UTC (rev 25930)
+++ branches/SAMBA_4_0/source/torture/local/local.c	2007-11-12 00:05:10 UTC (rev 25931)
@@ -23,6 +23,7 @@
 #include "torture/ndr/ndr.h"
 #include "torture/ndr/proto.h"
 #include "torture/auth/proto.h"
+#include "lib/crypto/test_proto.h"
 
 /* ignore me */ static struct torture_suite *
 	(*suite_generators[]) (TALLOC_CTX *mem_ctx) =



More information about the samba-cvs mailing list