1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

build: Remove unused check for SHA1_Update and SHA1_RENAME_NEEDED

I can not find the code that required this, even in the history.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>

Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Fri Jun 30 14:59:46 UTC 2023 on atb-devel-224
This commit is contained in:
Andrew Bartlett 2023-06-30 22:41:51 +12:00 committed by Andreas Schneider
parent 11b3c6826d
commit acd081a70d
2 changed files with 0 additions and 6 deletions

View File

@ -2,11 +2,6 @@
from waflib import Errors, Logs
def configure(conf):
if conf.CHECK_FUNCS('SHA1_Update'):
conf.DEFINE('SHA1_RENAME_NEEDED', 1)
def build(bld):
extra_deps = ""

View File

@ -324,7 +324,6 @@ def configure(conf):
conf.RECURSE('source4/auth')
conf.RECURSE('nsswitch')
conf.RECURSE('libcli/smbreadline')
conf.RECURSE('lib/crypto')
conf.RECURSE('pidl')
if conf.CONFIG_GET('ENABLE_SELFTEST'):
if not (Options.options.without_ad_dc):