diff options
author | Torsten Veller <tove@gentoo.org> | 2009-08-16 09:36:30 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-08-16 09:36:30 +0000 |
commit | 1978ebe7d026925ba99ed9ed73b3c7527de13d18 (patch) | |
tree | 7c4a2325dba9f661af9f9aeebb09b9b0adc2e902 /dev-perl/Crypt-Rijndael/files | |
parent | Remove unused patch (diff) | |
download | gentoo-2-1978ebe7d026925ba99ed9ed73b3c7527de13d18.tar.gz gentoo-2-1978ebe7d026925ba99ed9ed73b3c7527de13d18.tar.bz2 gentoo-2-1978ebe7d026925ba99ed9ed73b3c7527de13d18.zip |
Remove unused patch
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Crypt-Rijndael/files')
-rw-r--r-- | dev-perl/Crypt-Rijndael/files/crypt-rijndael-amd64.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-perl/Crypt-Rijndael/files/crypt-rijndael-amd64.patch b/dev-perl/Crypt-Rijndael/files/crypt-rijndael-amd64.patch deleted file mode 100644 index c9b504b40035..000000000000 --- a/dev-perl/Crypt-Rijndael/files/crypt-rijndael-amd64.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naurp Crypt-Rijndael-0.05.orig/rijndael.h Crypt-Rijndael-0.05/rijndael.h ---- Crypt-Rijndael-0.05.orig/rijndael.h 2001-09-17 04:52:05.000000000 -0400 -+++ Crypt-Rijndael-0.05/rijndael.h 2006-06-24 13:35:04.000000000 -0400 -@@ -27,7 +27,7 @@ - - #include <stdlib.h> - --typedef unsigned long UINT32; -+typedef unsigned int UINT32; - typedef unsigned char UINT8; - - /* Other block sizes and key lengths are possible, but in the context of |