fixing use in cryptlib.streams

db4
Daniel Ehrenberg 2008-01-31 12:18:31 -06:00
parent b98dc7ec0a
commit 40ca906f1c
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
USING: cryptlib cryptlib.libcl kernel alien sequences
byte-arrays namespaces io.buffers math generic io strings
io.streams.lines io.streams.plain io.streams.duplex combinators
alien.c-types ;
alien.c-types continuations ;
IN: cryptlib.streams
@ -154,4 +154,4 @@ M: crypt-stream dispose ( stream -- )
dispose
end
;
;