From 8f168a5e73c6da888a77e21b6d1eb70f71c62b57 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 19 Mar 2018 19:11:45 +0100 Subject: dropbear: update to 2018.76 --- package/dropbear/patches/patch-libtommath_tommath_h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 package/dropbear/patches/patch-libtommath_tommath_h (limited to 'package/dropbear/patches/patch-libtommath_tommath_h') diff --git a/package/dropbear/patches/patch-libtommath_tommath_h b/package/dropbear/patches/patch-libtommath_tommath_h deleted file mode 100644 index d4716f2dc..000000000 --- a/package/dropbear/patches/patch-libtommath_tommath_h +++ /dev/null @@ -1,14 +0,0 @@ -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 -- cgit v1.2.3