From 4346edab2ed56943ea4f7bc61380dfeab65817d4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 1 Mar 2014 13:40:07 +0100 Subject: update to latest upstream, fix x86_64 x32 problems --- .../patches/patch-libtomcrypt_src_headers_tomcrypt_cfg_h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package/dropbear/patches/patch-libtomcrypt_src_headers_tomcrypt_cfg_h (limited to 'package/dropbear/patches/patch-libtomcrypt_src_headers_tomcrypt_cfg_h') diff --git a/package/dropbear/patches/patch-libtomcrypt_src_headers_tomcrypt_cfg_h b/package/dropbear/patches/patch-libtomcrypt_src_headers_tomcrypt_cfg_h new file mode 100644 index 000000000..ef0231e4c --- /dev/null +++ b/package/dropbear/patches/patch-libtomcrypt_src_headers_tomcrypt_cfg_h @@ -0,0 +1,14 @@ +fix from +http://lists.openembedded.org/pipermail/openembedded-core/2013-May/079000.html + +--- dropbear-2014.63.orig/libtomcrypt/src/headers/tomcrypt_cfg.h 2014-02-19 15:05:24.000000000 +0100 ++++ dropbear-2014.63/libtomcrypt/src/headers/tomcrypt_cfg.h 2014-03-01 12:35:01.000000000 +0100 +@@ -60,7 +60,7 @@ LTC_EXPORT int LTC_CALL XSTRCMP(const + #define ENDIAN_LITTLE + #define ENDIAN_32BITWORD + #define LTC_FAST +- #define LTC_FAST_TYPE unsigned long ++ #define LTC_FAST_TYPE unsigned long long + #endif + + /* detects MIPS R5900 processors (PS2) */ -- cgit v1.2.3