summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/package/bcm43xx-standalone/fwcutter/md5.h
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-14 08:33:24 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-14 08:33:24 +0000
commitcd8d40b6624a51704b922432a3ad7ba82bc7c2d7 (patch)
treeba988a4749cb15a94e35156522beea9c44c5b536 /openwrt/target/linux/package/bcm43xx-standalone/fwcutter/md5.h
parenta1d1cc5f82fbb4e48ddfffd5c912d0de6fbbd111 (diff)
remove obsolete and unmaintained packages, as soon as 2.6.17 is out, dscape and bcm43xx driver is integrated into mainstream
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3773 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/bcm43xx-standalone/fwcutter/md5.h')
-rw-r--r--openwrt/target/linux/package/bcm43xx-standalone/fwcutter/md5.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/openwrt/target/linux/package/bcm43xx-standalone/fwcutter/md5.h b/openwrt/target/linux/package/bcm43xx-standalone/fwcutter/md5.h
deleted file mode 100644
index ee574e413..000000000
--- a/openwrt/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_ */