dropbear: bump to 2024.85
[openwrt/openwrt.git] / package / network / services / dropbear / patches / 140-disable_assert.patch
index af01573dee58bff144a0dae5c47a26ff9cb29eaa..eb590a3895485ff234f1b447bd741eccf51c14b4 100644 (file)
@@ -1,5 +1,5 @@
---- a/dbutil.h
-+++ b/dbutil.h
+--- a/src/dbutil.h
++++ b/src/dbutil.h
 @@ -80,7 +80,11 @@ int m_snprintf(char *str, size_t size, c
  #define DEF_MP_INT(X) mp_int X = {0, 0, 0, NULL}