opkg: fix md5 related #ifdef (thx, swalker)
[openwrt/staging/yousong.git] / package / system / opkg / patches / 230-drop_md5_support.patch
index 98522880e07cdd3454dcbbcafba6ffdabe827341..63671e5abf6e549a4e1e2cc33a1bf856b98a6c62 100644 (file)
@@ -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"