]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/furnace/auth/auth.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / basis / furnace / auth / auth.factor
index e2930f461b4a2710ea82e0a7094456d8789e2ccc..12997c4fba3ebc60135c5cc8cd66487b282fa37f 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (c) 2008, 2010 Slava Pestov
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors assocs namespaces kernel sequences sets
-destructors combinators fry logging io.encodings.utf8
-io.encodings.string io.binary io.sockets.secure random checksums
+destructors combinators endian fry logging io.encodings.utf8
+io.encodings.string io.sockets.secure random checksums
 checksums.sha urls
 html.forms
 http.server