aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/package/bcm43xx-standalone/fwcutter/md5.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-05-30 19:38:38 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-05-30 19:38:38 +0000
commit340f1875ed67c4df30612f9fcd86b6fe9307c77a (patch)
treeeb392a5dc848616550a5c47b5a2481f8e6b8bc1f /target/linux/package/bcm43xx-standalone/fwcutter/md5.h
parentf45baccdc5081fc6245c9d567ddb47518f3dc84b (diff)
downloadmaster-187ad058-340f1875ed67c4df30612f9fcd86b6fe9307c77a.tar.gz
master-187ad058-340f1875ed67c4df30612f9fcd86b6fe9307c77a.tar.bz2
master-187ad058-340f1875ed67c4df30612f9fcd86b6fe9307c77a.zip
resync with kamikaze
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3844 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/bcm43xx-standalone/fwcutter/md5.h')
-rw-r--r--target/linux/package/bcm43xx-standalone/fwcutter/md5.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/package/bcm43xx-standalone/fwcutter/md5.h b/target/linux/package/bcm43xx-standalone/fwcutter/md5.h
deleted file mode 100644
index ee574e4133..0000000000
--- a/target/linux/package/bcm43xx-standalone/fwcutter/md5.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef FWCUTTER_MD5_H_
-#define FWCUTTER_MD5_H_
-
-#include <stdint.h>
-
-struct MD5Context {
- uint32_t buf[4];
- uint32_t bits[2];
- unsigned char in[64];
-};
-
-void MD5Init(struct MD5Context *ctx);
-void MD5Update(struct MD5Context *ctx, unsigned char *buf, unsigned len);
-void MD5Final(unsigned char *digest, struct MD5Context *ctx);
-
-#endif /* FWCUTTER_MD5_H_ */