[SCM] Samba Shared Repository - branch master updated

Christian Ambach ambi at samba.org
Mon Jun 24 06:12:02 MDT 2013


The branch, master has been updated
       via  d544d17 build: Remove the struct MD5Context conf file check.
      from  9b88166 lsa4: Fix a set but unused variable warning

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


- Log -----------------------------------------------------------------
commit d544d178f0f114613701821ed23ab37431ebb089
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Fri Jun 21 12:06:16 2013 -0700

    build: Remove the struct MD5Context conf file check.
    
    Fix the build.
    
    Reviewed-by: Jeremy Allison <jra at samba.org>
    Tested-by: Christian Ambach <ambi at samba.org>
    
    Autobuild-User(master): Christian Ambach <ambi at samba.org>
    Autobuild-Date(master): Mon Jun 24 14:11:09 CEST 2013 on sn-devel-104

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

Summary of changes:
 lib/crypto/wscript_configure |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/crypto/wscript_configure b/lib/crypto/wscript_configure
index b7a012f..21ec566 100644
--- a/lib/crypto/wscript_configure
+++ b/lib/crypto/wscript_configure
@@ -4,6 +4,5 @@ if not conf.CHECK_FUNCS_IN('MD5Init', 'bsd', headers='bsd/md5.h',
                         checklibc=True)
     conf.CHECK_FUNCS_IN('MD5Init', 'md', headers='sys/md5.h',
                         checklibc=True)
-    conf.CHECK_TYPE('MD5_CTX', 'struct MD5Context', headers='sys/md5.h')
 conf.CHECK_FUNCS_IN('CC_MD5_Init', '', headers='CommonCrypto/CommonDigest.h',
     checklibc=True)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list