diff options
Diffstat (limited to 'security/p5-Crypt-IDEA/patches/patch-ab')
-rw-r--r-- | security/p5-Crypt-IDEA/patches/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/security/p5-Crypt-IDEA/patches/patch-ab b/security/p5-Crypt-IDEA/patches/patch-ab deleted file mode 100644 index fee9d1e8e31..00000000000 --- a/security/p5-Crypt-IDEA/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$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; - |