lib/crypto: Detect CommonCrypto and use it if available
[samba.git] / lib / crypto / wscript_configure
1 conf.CHECK_FUNCS_IN('MD5Init', 'bsd', headers='bsd/md5.h',
2     checklibc=True)
3 conf.CHECK_FUNCS_IN('CC_MD5_Init', '', headers='CommonCrypto/CommonDigest.h',
4     checklibc=True)