]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/checksums/sha2/sha2.factor
Updating code for make and fry changes
[factor.git] / basis / checksums / sha2 / sha2.factor
index ac93c052609950dc9011db999082266bb34877d8..0a6d8c26ab335c53b69f1af41e9da3e18355d766 100755 (executable)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel splitting grouping math sequences namespaces
+USING: kernel splitting grouping math sequences namespaces make
 io.binary symbols math.bitwise checksums checksums.common
 sbufs strings ;
 IN: checksums.sha2