From 3e4ee62d8aae854891f00fc724cdc5983d10b0aa Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 21 Jun 2013 12:06:16 -0700 Subject: [PATCH] Remove the struct MD5Context conf file check. Fix the build. Reviewed-by: Jeremy Allison --- lib/crypto/wscript_configure | 1 - 1 file changed, 1 deletion(-) 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) -- 1.8.1.2