]> git.pld-linux.org Git - packages/perl-Crypt-IDEA.git/blame - perl-Crypt-IDEA-5.6.0.patch
perl 5.38.0 rebuild
[packages/perl-Crypt-IDEA.git] / perl-Crypt-IDEA-5.6.0.patch
CommitLineData
6150fbbd
MP
1diff -Naur Crypt-IDEA-1.01/IDEA.xs Crypt-IDEA-1.01patched/IDEA.xs
2--- Crypt-IDEA-1.01/IDEA.xs Sat May 22 22:30:47 1999
3+++ Crypt-IDEA-1.01patched/IDEA.xs Sat Dec 30 06:32:53 2000
4@@ -11,6 +11,8 @@
5
6 MODULE = Crypt::IDEA PACKAGE = Crypt::IDEA PREFIX = idea_
7
8+PROTOTYPES: DISABLE
9+
10 char *
11 idea_expand_key(key)
12 char * key = NO_INIT
13@@ -63,7 +65,7 @@
14 if (ks_len != sizeof(idea_ks))
15 croak("Invalid key schedule");
16
17- if (output == &sv_undef)
18+ if (output == &PL_sv_undef)
19 output = sv_newmortal();
20 output_len = 8;
21
This page took 0.158578 seconds and 4 git commands to generate.