Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 657438
Collapse All | Expand All

(-)cmd5checkpw-0.30.orig/global.h (-1 / +2 lines)
Lines 1-6 Link Here
1
/* GLOBAL.H - RSAREF types and constants */
1
/* GLOBAL.H - RSAREF types and constants */
2
2
3
#include <string.h>
3
#include <string.h>
4
#include <stdint.h>
4
5
5
/* Copyright (C) RSA Laboratories, a division of RSA Data Security,
6
/* Copyright (C) RSA Laboratories, a division of RSA Data Security,
6
     Inc., created 1991. All rights reserved.
7
     Inc., created 1991. All rights reserved.
Lines 25-31 Link Here
25
typedef unsigned short int UINT2;
26
typedef unsigned short int UINT2;
26
27
27
/* UINT4 defines a four byte word */
28
/* UINT4 defines a four byte word */
28
typedef unsigned long int UINT4;
29
typedef uint32_t UINT4;
29
30
30
#ifndef NULL_PTR
31
#ifndef NULL_PTR
31
#define NULL_PTR ((POINTER)0)
32
#define NULL_PTR ((POINTER)0)

Return to bug 657438