diff options
author | wiz <wiz@pkgsrc.org> | 2000-11-12 14:28:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-11-12 14:28:48 +0000 |
commit | 32662975971a4e84cdf223c4bb9396777fd58d35 (patch) | |
tree | b80a8a81a418ea87aeaf2781ca9758e375be04d4 /security/gnupg/patches | |
parent | 434ddde3d90cdd4bdcf0ceab1ef8455f10169bc1 (diff) | |
download | pkgsrc-32662975971a4e84cdf223c4bb9396777fd58d35.tar.gz |
Declare some symbols static in twofish.c (for details see lib/11458).
Patch provided by Olaf Seibert.
Bump version number to 1.0.4nb1.
Diffstat (limited to 'security/gnupg/patches')
-rw-r--r-- | security/gnupg/patches/patch-ab | 21 |
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 ) + { |