lib/crypto: remove unused sha1 and hmac-sha1 code
[ab/samba.git/.git] / source4 / lib / crypto / crypto.h
index 10e2258fa7d1371f82381d75b782dcf2f93678eb..513ae788dedafcbdcb47b7d0219699187e55a34f 100644 (file)
@@ -21,8 +21,6 @@
 #include "lib/crypto/md4.h"
 #include "lib/crypto/md5.h"
 #include "lib/crypto/hmacmd5.h"
-#include "lib/crypto/sha1.h"
-#include "lib/crypto/hmacsha1.h"
 
 struct arcfour_state {
        uint8_t sbox[256];