diff options
author | Flaviu Tamas <tamasflaviu@gmail.com> | 2015-05-23 13:17:19 -0400 |
---|---|---|
committer | Flaviu Tamas <tamasflaviu@gmail.com> | 2015-05-23 13:17:19 -0400 |
commit | 4873db4c7218d1abc4cf43a17e1330628362801d (patch) | |
tree | c17f54e9dc82f56708c8b3d28823490a9c35dd07 /compiler/extccomp.nim | |
parent | 188bba2b3cd3106e0c615e712b8f5fdd995137bb (diff) | |
download | Nim-4873db4c7218d1abc4cf43a17e1330628362801d.tar.gz |
Rename crc module to "secure_hash"
Diffstat (limited to 'compiler/extccomp.nim')
-rw-r--r-- | compiler/extccomp.nim | 2 |
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 |