patch-include_beecrypt_gnu_h 369 B

1234567891011
  1. --- beecrypt-4.2.1.orig/include/beecrypt/gnu.h 2009-07-12 09:19:44.000000000 +0200
  2. +++ beecrypt-4.2.1/include/beecrypt/gnu.h 2011-03-29 11:18:21.031808259 +0200
  3. @@ -72,7 +72,7 @@ typedef pthread_t bc_threadid_t;
  4. * make assumptions about the size set by the configure script
  5. */
  6. #if !defined(MP_WBITS)
  7. -# define MP_WBITS 64U
  8. +# define MP_WBITS 32U
  9. #endif
  10. #endif