diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-10-11 21:00:19 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-10-11 21:00:19 +0000 |
commit | a6d9bb2cba110d4ee7e869a5c63e78ebdf23d5aa (patch) | |
tree | 26a9242fed9e86f6e063ada2baff2c2aab2145a8 /security/gnupg-idea | |
parent | 1f62bdd976363393b8c2bd4ef1ae67b3288f68ad (diff) | |
download | ports-a6d9bb2cba110d4ee7e869a5c63e78ebdf23d5aa.tar.gz ports-a6d9bb2cba110d4ee7e869a5c63e78ebdf23d5aa.zip |
Notes
Diffstat (limited to 'security/gnupg-idea')
-rw-r--r-- | security/gnupg-idea/files/patch-idea.c | 18 |
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 - ++ |