diff options
| author | J0WI <J0WI@users.noreply.github.com> | 2019-06-18 04:05:02 +0200 |
|---|---|---|
| committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-24 20:20:38 +0000 |
| commit | 21bcfe76d2bd83248768735dfdde0955da3193ef (patch) | |
| tree | 528c16763a7963556ea471b16894c711d3335454 /main/perl-crypt-rijndael/use-stdint_h.patch | |
| parent | 6cab25a012dad6a3b9424d6feafaf706242657c2 (diff) | |
| download | aports-21bcfe76d2bd83248768735dfdde0955da3193ef.tar.bz2 aports-21bcfe76d2bd83248768735dfdde0955da3193ef.tar.xz | |
main/perl-crypt-rijndael: upgrade to 1.14
Closes GH-8848
Diffstat (limited to 'main/perl-crypt-rijndael/use-stdint_h.patch')
| -rw-r--r-- | main/perl-crypt-rijndael/use-stdint_h.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/main/perl-crypt-rijndael/use-stdint_h.patch b/main/perl-crypt-rijndael/use-stdint_h.patch deleted file mode 100644 index 76471bee9a..0000000000 --- a/main/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 |
