changeset 722:9054697b1a06

Sync with upstream libjabber amd64 jab auth patch [libjabber @ 2006-01-02 11:10:35 by konst]
author Mikael Berthe <mikael@lilotux.net>
date Sun, 05 Mar 2006 10:43:36 +0100
parents 9cf31c9b1dc4
children 23068490d063
files mcabber/libjabber/libxode.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/libjabber/libxode.h	Sun Mar 05 00:17:12 2006 +0100
+++ b/mcabber/libjabber/libxode.h	Sun Mar 05 10:43:36 2006 +0100
@@ -446,10 +446,10 @@
  */
 
 typedef struct {
-  unsigned long H[5];
-  unsigned long W[80];
+  uint32_t H[5];
+  uint32_t W[80];
   int lenW;
-  unsigned long sizeHi,sizeLo;
+  uint32_t sizeHi,sizeLo;
 } SHA_CTX;