Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37897139
en ru br
ALT Linux repos
S:0.8.81-alt0.2
5.0: 0.8-alt0.3.r51
4.1: 0.8-alt0.3.r51

Group :: System/Servers
RPM: jabber-muc

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: mu-conference-0.8.81-sha1_64bit.patch
Download


--- mu-conference-0.8.81/include/lib.h
+++ mu-conference-0.8.81/include/lib.h
@@ -114,13 +114,6 @@
 /* SHA calculations                                          */
 /*                                                           */
 /* --------------------------------------------------------- */
-#if (SIZEOF_INT == 4)
-typedef unsigned int uint32;
-#elif (SIZEOF_SHORT == 4)
-typedef unsigned short uint32;
-#else
-typedef unsigned int uint32;
-#endif /* HAVEUINT32 */
 
 char *shahash(char *str);	/* NOT THREAD SAFE */
 void shahash_r(const char* str, char hashbuf[40]); /* USE ME */
@@ -301,10 +294,10 @@
 
 
 typedef struct {
-  uint32_t H[5];
-  uint32_t W[80];
+  guint32 H[5];
+  guint32 W[80];
   int lenW;
-  uint32_t sizeHi,sizeLo;
+  guint32 sizeHi,sizeLo;
 } j_SHA_CTX;
 
 
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin