summary refs log tree commit diff stats
path: root/compiler/extccomp.nim
diff options
context:
space:
mode:
authorFlaviu Tamas <tamasflaviu@gmail.com>2015-05-23 13:17:19 -0400
committerFlaviu Tamas <tamasflaviu@gmail.com>2015-05-23 13:17:19 -0400
commit4873db4c7218d1abc4cf43a17e1330628362801d (patch)
treec17f54e9dc82f56708c8b3d28823490a9c35dd07 /compiler/extccomp.nim
parent188bba2b3cd3106e0c615e712b8f5fdd995137bb (diff)
downloadNim-4873db4c7218d1abc4cf43a17e1330628362801d.tar.gz
Rename crc module to "secure_hash"
Diffstat (limited to 'compiler/extccomp.nim')
-rw-r--r--compiler/extccomp.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/extccomp.nim b/compiler/extccomp.nim
index cd7ac2a68..db6057b5e 100644
--- a/compiler/extccomp.nim
+++ b/compiler/extccomp.nim
@@ -13,7 +13,7 @@
 # nim files.
 
 import
-  lists, ropes, os, strutils, osproc, platform, condsyms, options, msgs, crc
+  lists, ropes, os, strutils, osproc, platform, condsyms, options, msgs, secure_hash
 
 type
   TSystemCC* = enum