]> git.pld-linux.org Git - packages/perl-Crypt-IDEA.git/commitdiff
probably that is enough
authorMaciej Pijanka <agaran@pld-linux.org>
Sat, 30 Dec 2000 05:40:35 +0000 (05:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Crypt-IDEA-5.6.0.patch -> 1.1

perl-Crypt-IDEA-5.6.0.patch [new file with mode: 0644]

diff --git a/perl-Crypt-IDEA-5.6.0.patch b/perl-Crypt-IDEA-5.6.0.patch
new file mode 100644 (file)
index 0000000..5e78215
--- /dev/null
@@ -0,0 +1,21 @@
+diff -Naur Crypt-IDEA-1.01/IDEA.xs Crypt-IDEA-1.01patched/IDEA.xs
+--- Crypt-IDEA-1.01/IDEA.xs    Sat May 22 22:30:47 1999
++++ Crypt-IDEA-1.01patched/IDEA.xs     Sat Dec 30 06:32:53 2000
+@@ -11,6 +11,8 @@
+ MODULE = Crypt::IDEA          PACKAGE = Crypt::IDEA           PREFIX = idea_
++PROTOTYPES: DISABLE
++
+ char *
+ idea_expand_key(key)
+       char *  key = NO_INIT
+@@ -63,7 +65,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;
This page took 0.04842 seconds and 4 git commands to generate.