]> git.pld-linux.org Git - packages/centericq.git/blame - centericq-amd64jabber.patch
- pain and hacks, but builds now
[packages/centericq.git] / centericq-amd64jabber.patch
CommitLineData
76a69b8d
ER
1from https://bugzilla.altlinux.org/show_bug.cgi?id=10786
2
3diff -ur centericq-4.21.0/libjabber-0.1/libxode.h centericq-4.21.0-amd64-jabber/libjabber-0.1/libxode.h
4--- centericq-4.21.0/libjabber-0.1/libxode.h 2005-02-10 03:36:26 +0300
5+++ centericq-4.21.0-amd64-jabber/libjabber-0.1/libxode.h 2007-02-07
618:49:56 +0300
7@@ -424,10 +424,10 @@
8 */
9
10 typedef struct {
11- unsigned long H[5];
12- unsigned long W[80];
13+ uint32_t H[5];
14+ uint32_t W[80];
15 int lenW;
16- unsigned long sizeHi,sizeLo;
17+ uint32_t sizeHi,sizeLo;
18 } SHA_CTX;
This page took 0.048431 seconds and 4 git commands to generate.