summaryrefslogtreecommitdiff
path: root/community/perl-crypt-blowfish/perl-5.18.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/perl-crypt-blowfish/perl-5.18.patch')
-rw-r--r--community/perl-crypt-blowfish/perl-5.18.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/perl-crypt-blowfish/perl-5.18.patch b/community/perl-crypt-blowfish/perl-5.18.patch
deleted file mode 100644
index 291733cb9..000000000
--- a/community/perl-crypt-blowfish/perl-5.18.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -wbBur Crypt-Blowfish-2.12.org/Blowfish.xs Crypt-Blowfish-2.12/Blowfish.xs
---- Crypt-Blowfish-2.12.org/Blowfish.xs 2000-11-30 09:25:21.000000000 +0300
-+++ Crypt-Blowfish-2.12/Blowfish.xs 2013-05-20 15:31:52.481940353 +0400
-@@ -63,8 +63,7 @@
- output = sv_newmortal();
- output_len = 8;
-
-- if (!SvUPGRADE(output, SVt_PV))
-- croak("cannot use output argument as lvalue");
-+ SvUPGRADE(output, SVt_PV);
-
- /* blowfish_crypt_8bytes(input, SvGROW(output, 8), ks, dir); */
- /* HP-UX (HP cc) fix below, thanks Addi! */