summaryrefslogtreecommitdiff
path: root/security/gnupg/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'security/gnupg/patches/patch-ab')
-rw-r--r--security/gnupg/patches/patch-ab21
1 files changed, 21 insertions, 0 deletions
diff --git a/security/gnupg/patches/patch-ab b/security/gnupg/patches/patch-ab
new file mode 100644
index 00000000000..716b51db516
--- /dev/null
+++ b/security/gnupg/patches/patch-ab
@@ -0,0 +1,21 @@
+$NetBSD: patch-ab,v 1.10 2000/11/12 14:28:48 wiz Exp $
+
+--- cipher/twofish.c.orig Fri Apr 14 19:34:26 2000
++++ cipher/twofish.c Sun Nov 12 15:05:28 2000
+@@ -1004,3 +1004,6 @@
+ }
+
+
++#ifdef IS_MODULE
++static
++#endif
+@@ -1034,6 +1037,9 @@
+ * version = interface version of the function/pointer
+ * (currently this is 1 for all functions)
+ */
++#ifdef IS_MODULE
++static
++#endif
+ void *
+ gnupgext_enum_func ( int what, int *sequence, int *class, int *vers )
+ {