lib: Remove lib/crypto/crc32.[ch]
[nivanova/samba-autobuild/.git] / lib / crypto / wscript_build
index f3257d8d1ed1e9916242bd13adda7bf52dd247d9..77c62758ce82d8e66483d571c2f96a3e08128e9a 100644 (file)
@@ -15,7 +15,7 @@ if bld.CONFIG_SET("HAVE_AESNI_INTEL"):
         extra_deps += ' aesni-intel'
 
 bld.SAMBA_SUBSYSTEM('LIBCRYPTO',
-        source='''crc32.c hmacmd5.c md4.c arcfour.c sha256.c sha512.c hmacsha256.c
+        source='''hmacmd5.c md4.c arcfour.c sha256.c sha512.c hmacsha256.c
         aes.c rijndael-alg-fst.c aes_cmac_128.c aes_ccm_128.c aes_gcm_128.c
         ''' + extra_source,
         deps='talloc' + extra_deps