mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 03:41:29 +00:00
gnunet: update to version 0.19.2
GNUnet has not been updated for a while due to the gnurl-situation. Now that we got libcurl-gnutls, we can update GNUnet. For details, please see the GNUnet release notes: https://www.gnunet.org/en/news/2022-09-0.17.6.html https://www.gnunet.org/en/news/2022-10-0.18.0.html https://www.gnunet.org/en/news/2022-11-0.18.1.html https://www.gnunet.org/en/news/2022-12-0.19.0.html https://www.gnunet.org/en/news/2022-12-0.19.1.html https://www.gnunet.org/en/news/2023-01-0.19.2.html Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
--- a/src/include/gnunet_common.h
|
||||
+++ b/src/include/gnunet_common.h
|
||||
@@ -154,7 +154,6 @@ enum GNUNET_GenericReturnValue
|
||||
@@ -164,7 +164,6 @@ enum GNUNET_GenericReturnValue
|
||||
* Endian operations
|
||||
*/
|
||||
|
||||
-#if __BYTE_ORDER == __LITTLE_ENDIAN
|
||||
#ifdef HAVE_BYTESWAP_H
|
||||
#if defined(bswap_16) || defined(bswap_32) || defined(bswap_64)
|
||||
#define BYTE_SWAP_16(x) bswap_16 (x)
|
||||
#define BYTE_SWAP_32(x) bswap_32 (x)
|
||||
@@ -174,6 +173,7 @@ enum GNUNET_GenericReturnValue
|
||||
@@ -184,6 +183,7 @@ enum GNUNET_GenericReturnValue
|
||||
56))
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user