From 03cbef2beff02d54063648725a71be6479886d09 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 6 Nov 2018 17:22:53 +0100 Subject: lib:crypto: Remove obsolete MD5 and HMAC MD5 Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Tue May 21 01:18:08 UTC 2019 on sn-devel-184 --- lib/crypto/wscript_configure | 9 --------- 1 file changed, 9 deletions(-) (limited to 'lib/crypto/wscript_configure') 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) -- cgit v1.2.1