$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 ) {