patch-libtommath_tommath_h 515 B

1234567891011121314
  1. fix from
  2. http://lists.openembedded.org/pipermail/openembedded-core/2013-May/079000.html
  3. --- dropbear-2014.63.orig/libtommath/tommath.h 2014-02-19 15:05:24.000000000 +0100
  4. +++ dropbear-2014.63/libtommath/tommath.h 2014-03-01 12:33:13.000000000 +0100
  5. @@ -73,7 +73,7 @@ extern "C" {
  6. typedef signed long long long64;
  7. #endif
  8. - typedef unsigned long mp_digit;
  9. + typedef unsigned long long mp_digit;
  10. typedef unsigned long mp_word __attribute__ ((mode(TI)));
  11. #define DIGIT_BIT 60