libcli-auth: Remove unnecessary dependency on libsamba-hostconfig.
[ira/wip.git] / lib / crypto / wscript_build
index 1b6a03d32e4fb73249baaca8e06651bf33d406ba..7bc4eb7dd049616eded835bf31b3ae15787c42d1 100644 (file)
@@ -2,7 +2,7 @@
 
 bld.SAMBA_SUBSYSTEM('LIBCRYPTO',
        source='crc32.c md5.c hmacmd5.c md4.c arcfour.c sha256.c hmacsha256.c aes.c rijndael-alg-fst.c',
-        deps='talloc'
+       deps='talloc'
        )