]> git.pld-linux.org Git - packages/perl-Crypt-Rijndael.git/blob - perl-Crypt-Rijndael-types.patch
rebuild with perl 5.32
[packages/perl-Crypt-Rijndael.git] / perl-Crypt-Rijndael-types.patch
1 --- Crypt-Rijndael-1.07_02/rijndael.h.orig      2009-06-17 19:02:15.877534003 +0200
2 +++ Crypt-Rijndael-1.07_02/rijndael.h   2009-06-17 19:03:40.370784249 +0200
3 @@ -27,6 +27,7 @@
4  #if !defined(RIJNDAEL_H)
5  #define RIJNDAEL_H
6  
7 +#include <stdint.h>
8  #include <stdlib.h>
9  #include <sys/types.h>
10  
11 @@ -41,8 +42,8 @@
12   */
13  #if defined(_SGIAPI) || defined( __sgi )
14         #define _CRYPT_RIJNDAEL_H_TYPES
15 -       typedef __uint32_t    UINT32;
16 -       typedef unsigned char UINT8;
17 +       typedef uint32_t UINT32;
18 +       typedef uint8_t UINT8;
19  #endif
20  
21  /* Solaris has sys/types.h, but doesn't act like everyone else 
This page took 0.140246 seconds and 3 git commands to generate.