* Matthew Toseland <toad at amphibian.dyndns.org> [2008-06-26 00:50:53]:
> On Saturday 31 May 2008 14:32, nextgens at freenetproject.org wrote: > > Author: nextgens > > Date: 2008-05-31 13:32:54 +0000 (Sat, 31 May 2008) > > New Revision: 20157 > > > > Added: > > trunk/apps/new_installer/res/startssl.pem > > Modified: > > trunk/apps/new_installer/install.xml > > trunk/apps/new_installer/src/Sha1Test.java > > Log: > > new_installer: commit a new, improved Sha1Test class: it will get the > checksums from emu using a secured connection > > > ... > > > > // now we compare > > - byte[] digest=new byte[160]; > .. > > + byte[] digest = new byte[160]; > > Eh? Why does digest need to be initialized here? And it's 160 BITS not 160 > BYTES. Doesn't need to be; fixed in r20941 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20080703/87d81015/attachment.pgp>
