summaryrefslogtreecommitdiff
path: root/package/busybox/patches/501-libbb_hash.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-09-02 11:18:47 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-09-02 11:18:47 +0000
commit2a58b9c7291d243a933c663366c1fe2dc9ecac35 (patch)
tree05dadfe7325c79a7631b70087312969f60feceb2 /package/busybox/patches/501-libbb_hash.patch
parente833cd9c61185250348fbb5191ba800763695158 (diff)
downloadmtk-20170518-2a58b9c7291d243a933c663366c1fe2dc9ecac35.zip
mtk-20170518-2a58b9c7291d243a933c663366c1fe2dc9ecac35.tar.gz
mtk-20170518-2a58b9c7291d243a933c663366c1fe2dc9ecac35.tar.bz2
remove awx from busybox, refresh patches
SVN-Revision: 12497
Diffstat (limited to 'package/busybox/patches/501-libbb_hash.patch')
-rw-r--r--package/busybox/patches/501-libbb_hash.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/patches/501-libbb_hash.patch b/package/busybox/patches/501-libbb_hash.patch
index 89379e2..53bf2be 100644
--- a/package/busybox/patches/501-libbb_hash.patch
+++ b/package/busybox/patches/501-libbb_hash.patch
@@ -1,6 +1,6 @@
--- a/include/libbb.h
+++ b/include/libbb.h
-@@ -1211,6 +1211,7 @@
+@@ -1214,6 +1214,7 @@
extern const char bb_uuenc_tbl_std[];
void bb_uuencode(char *store, const void *s, int length, const char *tbl);
@@ -8,7 +8,7 @@
typedef struct sha1_ctx_t {
uint32_t count[2];
uint32_t hash[5];
-@@ -1232,6 +1233,8 @@
+@@ -1235,6 +1236,8 @@
void md5_begin(md5_ctx_t *ctx);
void md5_hash(const void *data, size_t length, md5_ctx_t *ctx);
void *md5_end(void *resbuf, md5_ctx_t *ctx);