summaryrefslogtreecommitdiff
path: root/package/dropbear/patches/patch-libtommath_tommath_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-02 08:48:27 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-02 08:48:27 +0100
commitf5a8c46a5e05beadcbd2e7e2ff486974e39059fd (patch)
tree9d8a7ce0c657c69281fe5e57fc3d317eedf5879f /package/dropbear/patches/patch-libtommath_tommath_h
parent16fb2268394f00ab27e3582d02e03b6f5abbc72e (diff)
parentbcd5e4c0b934296bc8f63cf03495a49158812bde (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/dropbear/patches/patch-libtommath_tommath_h')
-rw-r--r--package/dropbear/patches/patch-libtommath_tommath_h14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/dropbear/patches/patch-libtommath_tommath_h b/package/dropbear/patches/patch-libtommath_tommath_h
new file mode 100644
index 000000000..d4716f2dc
--- /dev/null
+++ b/package/dropbear/patches/patch-libtommath_tommath_h
@@ -0,0 +1,14 @@
+fix from
+http://lists.openembedded.org/pipermail/openembedded-core/2013-May/079000.html
+
+--- dropbear-2014.63.orig/libtommath/tommath.h 2014-02-19 15:05:24.000000000 +0100
++++ dropbear-2014.63/libtommath/tommath.h 2014-03-01 12:33:13.000000000 +0100
+@@ -73,7 +73,7 @@ extern "C" {
+ typedef signed long long long64;
+ #endif
+
+- typedef unsigned long mp_digit;
++ typedef unsigned long long mp_digit;
+ typedef unsigned long mp_word __attribute__ ((mode(TI)));
+
+ #define DIGIT_BIT 60