summaryrefslogtreecommitdiff
path: root/user/perl-crypt-rijndael/use-stdint_h.patch
diff options
context:
space:
mode:
authorSheila Aman <sheila@vulpine.house>2021-05-10 23:26:21 +0000
committerZach van Rijn <me@zv.io>2022-10-21 18:33:58 -0500
commit3dad0d5bc950beb4dd609baf2dd790afd8149f32 (patch)
tree1c2b16df7360c4e7e5a80b47839c3be9e5f27c13 /user/perl-crypt-rijndael/use-stdint_h.patch
parente5fcb18f5e75437a47c2c0afed705ef96437bcc9 (diff)
downloadpackages-3dad0d5bc950beb4dd609baf2dd790afd8149f32.tar.gz
packages-3dad0d5bc950beb4dd609baf2dd790afd8149f32.tar.bz2
packages-3dad0d5bc950beb4dd609baf2dd790afd8149f32.tar.xz
packages-3dad0d5bc950beb4dd609baf2dd790afd8149f32.zip
user/perl-crypt-rijndael: upgrade to 1.16
Diffstat (limited to 'user/perl-crypt-rijndael/use-stdint_h.patch')
-rw-r--r--user/perl-crypt-rijndael/use-stdint_h.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/user/perl-crypt-rijndael/use-stdint_h.patch b/user/perl-crypt-rijndael/use-stdint_h.patch
deleted file mode 100644
index 76471bee9..000000000
--- a/user/perl-crypt-rijndael/use-stdint_h.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Only in Crypt-Rijndael-1.11: Rijndael.o
-Only in Crypt-Rijndael-1.11: _rijndael.o
-Only in Crypt-Rijndael-1.11: blib/arch/auto/Crypt/Rijndael/Rijndael.so
-Only in Crypt-Rijndael-1.11: blib/man3/Crypt::Rijndael.3
---- Crypt-Rijndael-1.11.orig/rijndael.h
-+++ Crypt-Rijndael-1.11/rijndael.h
-@@ -72,6 +72,11 @@
- typedef u_char UINT8;
- #endif
-
-+#include <stdint.h>
-+#define _CRYPT_RIJNDAEL_H_TYPES
-+typedef uint32_t UINT32;
-+typedef uint8_t UINT8;
-+
- /* I expect this to be the usual case */
- #if ! defined(_CRYPT_RIJNDAEL_H_TYPES) && ( defined(_SYS_TYPES_H) || defined(_SYS_TYPES_H_) )
- #define _CRYPT_RIJNDAEL_H_TYPES