[SCM] Samba Shared Repository - branch master updated - tevent-0-9-8-334-g310051c

Günther Deschner gd at samba.org
Tue Sep 15 18:10:45 MDT 2009


The branch, master has been updated
       via  310051c79de5c649847972cdc1ae565d81841ec5 (commit)
      from  97d7a524abc4993f231357ef22c637994d2cdcb9 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 310051c79de5c649847972cdc1ae565d81841ec5
Author: Günther Deschner <gd at samba.org>
Date:   Wed Sep 16 02:09:06 2009 +0200

    lib/crypto: link in AES crypto for s4 as well.
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 lib/crypto/config.mk |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/crypto/config.mk b/lib/crypto/config.mk
index e39f06d..c9ba779 100644
--- a/lib/crypto/config.mk
+++ b/lib/crypto/config.mk
@@ -6,7 +6,8 @@
 
 LIBCRYPTO_OBJ_FILES = $(addprefix $(libcryptosrcdir)/, \
 					 crc32.o md5.o hmacmd5.o md4.o \
-					 arcfour.o sha256.o hmacsha256.o)
+					 arcfour.o sha256.o hmacsha256.o \
+					 aes.o rijndael-alg-fst.o)
 
 [SUBSYSTEM::TORTURE_LIBCRYPTO]
 PRIVATE_DEPENDENCIES = LIBCRYPTO


-- 
Samba Shared Repository


More information about the samba-cvs mailing list