mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
opkg: fix md5 related #ifdef (thx, swalker)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45447 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
25a795b5f2
commit
8ebd85ea07
@ -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…
x
Reference in New Issue
Block a user