blob: 17f695e473277c45b237e3fc535c50a2cf90ca90 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -udr ../Cryptix-1.16.ORIG/Crypt-Blowfish/Blowfish.xs ./Crypt-Blowfish/Blowfish.xs
--- ../Cryptix-1.16.ORIG/Crypt-Blowfish/Blowfish.xs Wed Aug 6 15:45:43 1997
+++ ./Crypt-Blowfish/Blowfish.xs Fri Aug 10 16:23:42 2001
@@ -52,7 +52,7 @@
ks = (char *) SvPV(ST(2), ks_len);
- if (output == &sv_undef)
+ if (output == &PL_sv_undef)
output = sv_newmortal();
output_len = 8;
|