Damn. Didn't add these with the rest of the port.
This commit is contained in:
parent
aeae17c9f0
commit
5853c7f083
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46074
@ -0,0 +1,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;
|
||||
|
12
security/p5-Crypt-Cryptix/files/patch-Crypt-DES::DES.xs
Normal file
12
security/p5-Crypt-Cryptix/files/patch-Crypt-DES::DES.xs
Normal file
@ -0,0 +1,12 @@
|
||||
diff -udr ../Cryptix-1.16.ORIG/Crypt-DES/DES.xs ./Crypt-DES/DES.xs
|
||||
--- ../Cryptix-1.16.ORIG/Crypt-DES/DES.xs Wed Aug 6 15:45:45 1997
|
||||
+++ ./Crypt-DES/DES.xs Fri Aug 10 16:23:39 2001
|
||||
@@ -48,7 +48,7 @@
|
||||
if (ks_len != sizeof(des_ks))
|
||||
croak("Invalid key schedule");
|
||||
|
||||
- if (output == &sv_undef)
|
||||
+ if (output == &PL_sv_undef)
|
||||
output = sv_newmortal();
|
||||
output_len = 8;
|
||||
|
12
security/p5-Crypt-Cryptix/files/patch-Crypt-IDEA::IDEA.xs
Normal file
12
security/p5-Crypt-Cryptix/files/patch-Crypt-IDEA::IDEA.xs
Normal file
@ -0,0 +1,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;
|
||||
|
Loading…
Reference in New Issue
Block a user