fixing use in cryptlib.streams
parent
b98dc7ec0a
commit
40ca906f1c
|
@ -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
|
||||
;
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue