On 21/06/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Revision: 3189 > Author: aj > Date: 2007-06-21 13:58:38 +0000 (Thu, 21 Jun 2007) > > Log Message: > ----------- > silence more warnings by gcc/sparse. > > Modified Paths: > -------------- > trunk/src/pkcs11/hack-disabled.c > trunk/src/pkcs11/hack-enabled.c > trunk/src/signer/opensc-support.c > trunk/src/tools/netkey-tool.c > trunk/src/tools/pkcs15-init.c > Modified: trunk/src/pkcs11/hack-disabled.c > =================================================================== > --- trunk/src/pkcs11/hack-disabled.c 2007-06-21 13:46:08 UTC (rev 3188) > +++ trunk/src/pkcs11/hack-disabled.c 2007-06-21 13:58:38 UTC (rev 3189) > @@ -1 +1,2 @@ > +extern int hack_enabled; > int hack_enabled = 0; > > Modified: trunk/src/pkcs11/hack-enabled.c > =================================================================== > --- trunk/src/pkcs11/hack-enabled.c 2007-06-21 13:46:08 UTC (rev 3188) > +++ trunk/src/pkcs11/hack-enabled.c 2007-06-21 13:58:38 UTC (rev 3189) > @@ -1 +1,2 @@ > +extern int hack_enabled; > int hack_enabled = 1;
What is this patch supposed to do? We already have: extern int hack_enabled; in framework-pkcs15.c and that should be enough. bye -- Dr. Ludovic Rousseau _______________________________________________ opensc-devel mailing list [email protected] http://www.opensc-project.org/mailman/listinfo/opensc-devel
