summaryrefslogtreecommitdiff
path: root/package/dropbear/patches/patch-libtomcrypt_src_headers_tomcrypt_cfg_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-02 08:51:17 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-02 08:51:17 +0100
commit4210ea9c8f69095fa0efaf5247f6c12925dcb4f0 (patch)
tree4e09d05e21f869903e87a3637ff6cbce7fc59487 /package/dropbear/patches/patch-libtomcrypt_src_headers_tomcrypt_cfg_h
parentc5b18c5ea192d106980d40d25437b7951f76760c (diff)
parent4e2469a90193a1b4f8733b6de2238ce9b897bf90 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/dropbear/patches/patch-libtomcrypt_src_headers_tomcrypt_cfg_h')
-rw-r--r--package/dropbear/patches/patch-libtomcrypt_src_headers_tomcrypt_cfg_h14
1 files changed, 14 insertions, 0 deletions
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) */