build: Remove the struct MD5Context conf file check.
authorAndrew Bartlett <abartlet@samba.org>
Fri, 21 Jun 2013 19:06:16 +0000 (12:06 -0700)
committerChristian Ambach <ambi@samba.org>
Mon, 24 Jun 2013 12:11:09 +0000 (14:11 +0200)
Fix the build.

Reviewed-by: Jeremy Allison <jra@samba.org>
Tested-by: Christian Ambach <ambi@samba.org>
Autobuild-User(master): Christian Ambach <ambi@samba.org>
Autobuild-Date(master): Mon Jun 24 14:11:09 CEST 2013 on sn-devel-104

lib/crypto/wscript_configure

index b7a012f6cf4db3b0d5f4204611bcf165d819f803..21ec566b6ba966544915b374c42fa2c6d40494fe 100644 (file)
@@ -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)