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

Collapse All | Expand All

(-)gloox-0.9.9.5.original/src/md5.cpp (+1 lines)
Lines 70-79 Link Here
70
 */
70
 */
71
71
72
#include "md5.h"
72
#include "md5.h"
73
73
74
#include <string.h>
74
#include <string.h>
75
#include <cstdio> 
75
76
76
namespace gloox
77
namespace gloox
77
{
78
{
78
// #undef BYTE_ORDER	/* 1 = big-endian, -1 = little-endian, 0 = unknown */
79
// #undef BYTE_ORDER	/* 1 = big-endian, -1 = little-endian, 0 = unknown */
79
// #ifdef ARCH_IS_BIG_ENDIAN
80
// #ifdef ARCH_IS_BIG_ENDIAN
(-)gloox-0.9.9.5.original/src/sha.cpp (+2 lines)
Lines 10-19 Link Here
10
  This software is distributed without any warranty.
10
  This software is distributed without any warranty.
11
*/
11
*/
12
12
13
#include "sha.h"
13
#include "sha.h"
14
14
15
#include <cstdio>
16
15
namespace gloox
17
namespace gloox
16
{
18
{
17
19
18
  SHA::SHA()
20
  SHA::SHA()
19
  {
21
  {

Return to bug 274315