summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-IDEA/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Crypt-IDEA/patches/patch-ab')
-rw-r--r--security/p5-Crypt-IDEA/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/p5-Crypt-IDEA/patches/patch-ab b/security/p5-Crypt-IDEA/patches/patch-ab
new file mode 100644
index 00000000000..fee9d1e8e31
--- /dev/null
+++ b/security/p5-Crypt-IDEA/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2001/12/30 14:28:04 wiz Exp $
+
+--- IDEA.xs.orig Sun Sep 16 22:47:03 2001
++++ IDEA.xs Sun Sep 16 22:47:14 2001
+@@ -63,7 +63,7 @@
+ if (ks_len != sizeof(idea_ks))
+ croak("Invalid key schedule");
+
+- if (output == &sv_undef)
++ if (output == &PL_sv_undef)
+ output = sv_newmortal();
+ output_len = 8;
+