summaryrefslogtreecommitdiff
path: root/lib/crypto/wscript_configure
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2018-11-06 17:22:53 +0100
committerAndrew Bartlett <abartlet@samba.org>2019-05-21 01:18:08 +0000
commit03cbef2beff02d54063648725a71be6479886d09 (patch)
treecc413304db793b9020e4918a73cf4ad990086382 /lib/crypto/wscript_configure
parent5b73c68cd2b90e244d9ccd449c89ad8be2845ce0 (diff)
downloadsamba-03cbef2beff02d54063648725a71be6479886d09.tar.gz
lib:crypto: Remove obsolete MD5 and HMAC MD5
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Tue May 21 01:18:08 UTC 2019 on sn-devel-184
Diffstat (limited to 'lib/crypto/wscript_configure')
-rw-r--r--lib/crypto/wscript_configure9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/crypto/wscript_configure b/lib/crypto/wscript_configure
index 312fd3fdad9..328ad1d2a56 100644
--- a/lib/crypto/wscript_configure
+++ b/lib/crypto/wscript_configure
@@ -2,15 +2,6 @@
from waflib import Options
from waflib import Errors, Logs
-if not conf.CHECK_FUNCS_IN('MD5Init', 'bsd', headers='bsd/md5.h',
- checklibc=True):
- conf.CHECK_FUNCS_IN('MD5Init', 'md5', headers='sys/md5.h',
- checklibc=True)
- conf.CHECK_FUNCS_IN('MD5Init', 'md', headers='sys/md5.h',
- checklibc=True)
-conf.CHECK_FUNCS_IN('CC_MD5_Init', '', headers='CommonCrypto/CommonDigest.h',
- checklibc=True)
-
if conf.CHECK_FUNCS('SHA1_Update'):
conf.DEFINE('SHA1_RENAME_NEEDED', 1)