Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Crypt-Rijndael CPAN distribution.

Report information
The Basics
Id: 18812
Status: resolved
Priority: 0/
Queue: Crypt-Rijndael

People
Owner: Nobody in particular
Requestors: cpan [...] fireartist.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.05
Fixed in: (no value)



Subject: Crypt-Rijndael-0.05 not compiling on win32/mingw (patch)
I had to patch rijndael.h to get Crypt-Rijndael-0.05 to compile on windows xp, with mingw 3.4.5 I'm running perl 5.8.7, with no cygwin. The patch may need further refinements to restrict the compiler/versions it affects - if that's the case, I'm happy to help test any changes. Patch attached.
Subject: rijndael.h.patch
29a30,32 > #ifdef WIN32 > typedef unsigned int UINT32; > #else 30a34,35 > #endif >
v1.02 now supports the various Windows compilers