From: <pa...@us...> - 2003-10-06 12:52:54
|
Update of /cvsroot/fuse-emulator/libspectrum/hacking In directory sc8-pr-cvs1:/tmp/cvs-serv26588/hacking Modified Files: ChangeLog Log Message: Use gcrypt errors properly; most importantly in crypto.c:libspectrum_verify_signature, we have to ignore the error source before comparing with an error code. Index: ChangeLog =================================================================== RCS file: /cvsroot/fuse-emulator/libspectrum/hacking/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** ChangeLog 3 Oct 2003 17:18:53 -0000 1.16 --- ChangeLog 6 Oct 2003 12:52:51 -0000 1.17 *************** *** 101,102 **** --- 101,107 ---- 0.2.0.1 release changes back to HEAD. 20031003 make-perl.c: change GcryMPI to gcry_mpi_t. + 20031006 crypto.c, rzx.c: use gcrypt errors properly; most importantly in + crypto.c:libspectrum_verify_signature, we have to ignore the + error source before comparing with an error code. + + \ No newline at end of file |