]> git.pld-linux.org Git - packages/perl-Crypt-Rijndael.git/blame - perl-Crypt-Rijndael-types.patch
- converted to UTF-8
[packages/perl-Crypt-Rijndael.git] / perl-Crypt-Rijndael-types.patch
CommitLineData
35913382
JB
1--- Crypt-Rijndael-0.05/rijndael.h.orig 2001-09-17 10:52:05.000000000 +0200
2+++ Crypt-Rijndael-0.05/rijndael.h 2004-04-25 19:04:50.733851005 +0200
3@@ -25,10 +25,11 @@
4 #if !defined(RIJNDAEL_H)
5 #define RIJNDAEL_H
6
7+#include <stdint.h>
8 #include <stdlib.h>
9
10-typedef unsigned long UINT32;
11-typedef unsigned char UINT8;
12+typedef uint32_t UINT32;
13+typedef uint8_t UINT8;
14
15 /* Other block sizes and key lengths are possible, but in the context of
16 * the ssh protocols, 256 bits is the default. */
This page took 0.07711 seconds and 4 git commands to generate.