Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 88640 | Differences between
and this patch

Collapse All | Expand All

(-)centericq-4.20.0/libjabber-0.1/libxode.h.orig (-3 / +3 lines)
Lines 424-433 Link Here
424
 */
424
 */
425
425
426
typedef struct {
426
typedef struct {
427
  unsigned long H[5];
427
  uint32_t H[5];
428
  unsigned long W[80];
428
  uint32_t W[80];
429
  int lenW;
429
  int lenW;
430
  unsigned long sizeHi,sizeLo;
430
  uint32_t sizeHi,sizeLo;
431
} SHA_CTX;
431
} SHA_CTX;
432
432
433
433

Return to bug 88640