summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-IDEA/patches/patch-ab
blob: fee9d1e8e318e22a7d89da6cd2a4226681a3db2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;