aboutsummaryrefslogtreecommitdiffstats
path: root/security/gnupg-idea
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-10-12 05:00:19 +0800
committerdinoex <dinoex@FreeBSD.org>2002-10-12 05:00:19 +0800
commit85ba16fb27aa2f2c5c8ae826e0c24e6ab45cac91 (patch)
tree405eb2238c8899770a8ff99a8061f0a0796a064d /security/gnupg-idea
parente7cc1e152c003866a9e345b4d12be10cad43d512 (diff)
downloadfreebsd-ports-gnome-85ba16fb27aa2f2c5c8ae826e0c24e6ab45cac91.tar.gz
freebsd-ports-gnome-85ba16fb27aa2f2c5c8ae826e0c24e6ab45cac91.tar.zst
freebsd-ports-gnome-85ba16fb27aa2f2c5c8ae826e0c24e6ab45cac91.zip
Add lost patch, was dropped during sync list local tree
Diffstat (limited to 'security/gnupg-idea')
-rw-r--r--security/gnupg-idea/files/patch-idea.c18
1 files changed, 8 insertions, 10 deletions
diff --git a/security/gnupg-idea/files/patch-idea.c b/security/gnupg-idea/files/patch-idea.c
index 8edd8ffc2a4b..1af66c968e40 100644
--- a/security/gnupg-idea/files/patch-idea.c
+++ b/security/gnupg-idea/files/patch-idea.c
@@ -1,17 +1,16 @@
---- idea.c.orig Tue May 9 08:18:54 2000
-+++ idea.c Tue May 9 08:20:49 2000
-@@ -474,7 +474,9 @@
- }
+--- idea.c.orig Wed Oct 9 02:32:12 2002
++++ idea.c Wed Oct 9 21:39:05 2002
+@@ -420,6 +420,9 @@
+
--
+#ifndef IS_MODULE
+static
+#endif
const char * const gnupgext_version = "IDEA ($Revision: 1.11 $)";
static struct {
-@@ -504,6 +506,9 @@
+@@ -449,6 +452,9 @@
* version = interface version of the function/pointer
* (currently this is 1 for all functions)
*/
@@ -21,11 +20,10 @@
void *
gnupgext_enum_func( int what, int *sequence, int *class, int *vers )
{
-@@ -533,4 +538,18 @@
+@@ -477,3 +483,17 @@
+ *sequence = i;
return ret;
}
-
-+
+
+#ifndef IS_MODULE
+
@@ -39,4 +37,4 @@
+ gnupgext_enum_func );
+}
+#endif
-
++