summary refs log tree commit diff stats
path: root/compiler/ast.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2015-06-09 15:10:21 +0200
committerAndreas Rumpf <rumpf_a@web.de>2015-06-09 15:10:21 +0200
commit25a19875172db5024c1edf7011a5b46996e4f543 (patch)
tree0222dcae263193520ec46c2321931e02ca4c2706 /compiler/ast.nim
parent60bc1fd7baa92b7884cd7ab1558d10f59a890817 (diff)
parentbadc3a0929affb14415b178a96ee10151b795196 (diff)
downloadNim-25a19875172db5024c1edf7011a5b46996e4f543.tar.gz
Merge pull request #2780 from flaviut/cleanup-crc
Use SHA1 instead of CRC
Diffstat (limited to 'compiler/ast.nim')
-rw-r--r--compiler/ast.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ast.nim b/compiler/ast.nim
index c141352cb..dc190fd7f 100644
--- a/compiler/ast.nim
+++ b/compiler/ast.nim
@@ -10,7 +10,7 @@
 # abstract syntax tree + symbol table
 
 import
-  msgs, hashes, nversion, options, strutils, crc, ropes, idents, lists,
+  msgs, hashes, nversion, options, strutils, secure_hash, ropes, idents, lists,
   intsets, idgen
 
 type