summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Cryptix/files/patch-Crypt-IDEA::IDEA.xs
blob: 4b1fb1fcf1b49bb5a60ec9066663879db921da7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -udr ../Cryptix-1.16.ORIG/Crypt-IDEA/IDEA.xs ./Crypt-IDEA/IDEA.xs
--- ../Cryptix-1.16.ORIG/Crypt-IDEA/IDEA.xs	Wed Aug  6 15:45:46 1997
+++ ./Crypt-IDEA/IDEA.xs	Fri Aug 10 16:23:50 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;