summaryrefslogtreecommitdiff
path: root/source4/lib/crypto/crypto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-06-04 08:54:42 +0200
committerStefan Metzmacher <metze@samba.org>2008-06-04 09:12:24 +0200
commit869991385827d14f4e55729e4d56a80eccf9fdec (patch)
tree3d53b3935ad9bb6199b1f21dfbbbde9c03b70b87 /source4/lib/crypto/crypto.h
parent446748bfe1f06d0900e44fe8acafdf856d54486e (diff)
downloadsamba-869991385827d14f4e55729e4d56a80eccf9fdec.tar.gz
samba-869991385827d14f4e55729e4d56a80eccf9fdec.tar.bz2
samba-869991385827d14f4e55729e4d56a80eccf9fdec.zip
lib/crypto: remove unused sha1 and hmac-sha1 code
metze (This used to be commit 2c8904be3bac2c696712cc3160fe95d62afde43a)
Diffstat (limited to 'source4/lib/crypto/crypto.h')
-rw-r--r--source4/lib/crypto/crypto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/lib/crypto/crypto.h b/source4/lib/crypto/crypto.h
index 10e2258fa7..513ae788de 100644
--- a/source4/lib/crypto/crypto.h
+++ b/source4/lib/crypto/crypto.h
@@ -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];