mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-27 17:12:46 +00:00
opkg: fix md5 related #ifdef (thx, swalker)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45447
This commit is contained in:
parent
384ac9cdf7
commit
4d67af61be
@ -42,7 +42,7 @@
|
||||
|
||||
#include "sprintf_alloc.h"
|
||||
#include "file_util.h"
|
||||
+#ifdef HAVE_SHA256
|
||||
+#ifdef HAVE_MD5
|
||||
#include "md5.h"
|
||||
+#endif
|
||||
#include "libbb/libbb.h"
|
||||
|
Loading…
Reference in New Issue
Block a user