Re: [opensc-devel] gcc warnings from opensc code

2009-10-21 Thread François Leblanc
Hi Andreas, This is a patch to suppress warnings from westcos. François. westcos-suppress-warnings-r3782.patch.tar.gz Description: westcos-suppress-warnings-r3782.patch.tar.gz ___ opensc-devel mailing list [email protected] http

Re: [opensc-devel] gcc warnings from opensc code

2009-10-21 Thread Andreas Jellinghaus
the latest log file from tonights build is here: http://www.opensc-project.org/buildlogs/opensc-0.11.11-svn-r3778.log note: the whole code is build twice (once normal, once during "make distcheck"), so you can ignore all warnings with "../.." in them as duplicates. Thanks, Andreas __

Re: [opensc-devel] gcc warnings from opensc code

2009-10-21 Thread Andreas Jellinghaus
Am Dienstag 20 Oktober 2009 20:25:55 schrieb Douglas E. Engert: > One of those warning for card-piv.c is actually a bug. > > Attached is a patch to remove the variable not initialized error > for "tag", and to fix another error when loading a 3des key when > the string passed to sc_hex_to_bin is n

Re: [opensc-devel] gcc warnings from opensc code

2009-10-20 Thread Douglas E. Engert
One of those warning for card-piv.c is actually a bug. Attached is a patch to remove the variable not initialized error for "tag", and to fix another error when loading a 3des key when the string passed to sc_hex_to_bin is not terminated. Both this patch and the westcos Openssl-0.9.7 are agains