]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/asn1/asn1.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / extra / asn1 / asn1.factor
index ad86a8877d4b2e9e056d328abea96920e0268fb2..9dad150214c2a5be975754b0661f2c6d06e01758 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 
 USING: arrays asn1.ldap assocs byte-arrays combinators
-continuations io io.binary io.streams.string kernel math
+continuations endian io io.streams.string kernel math
 math.parser namespaces make pack strings sequences accessors ;
 
 IN: asn1