On Fri, May 19, 2000 at 03:37:20PM +0200, Hermann Lacheiner wrote:
> Hi!
>
> When I try to compile the freenet command-line client I get an error (I
> use the snapshot 20000518 wit Linux and Java 1.2.2):
> /usr/src/Freenet/client/Document.java:79: Class
> Freenet.client.EncipherStream not found.
> out=new EncipherStream(out, c);
> I have modified the source but I don't know if it is right (but the
> command-line client compiles afterwards):
> /usr/src/Freenet/client/Document.java:79:
> if (c!=null) {
> try{
> out=new CipherInputStream(c, out);
> } catch(IOException e) {}
> }
No, thats wrong. I just forgot to check in EncipherStream. My bad.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
URL:
<https://emu.freenetproject.org/pipermail/devl/attachments/20000519/4f80a49e/attachment.pgp>