pkgsrc/security/p5-Crypt-IDEA/patches/patch-ab
wiz d4c5221f8a Initial import of p5-Crypt-IDEA, provided by Sen Nagata in pkg/14158.
Perl module for the IDEA symmetric key algorithm.
2001-12-30 14:28:04 +00:00

13 lines
336 B
Text

$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;