diff options
author | lloyd <[email protected]> | 2008-11-08 19:56:07 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-08 19:56:07 +0000 |
commit | a91a427f69405aae9e662551472f7358ef9e4244 (patch) | |
tree | 376e0f81e38ad6f8dc3879397c7c399235666bf2 /src/core/info.txt | |
parent | f1c459725da56fd8ed5766e7779300182fa26bcf (diff) |
Move mutex.h from core to utils
Move core/sym_algo.{h,cpp} to sym_algo
Diffstat (limited to 'src/core/info.txt')
-rw-r--r-- | src/core/info.txt | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/core/info.txt b/src/core/info.txt index d4a48f378..813febac3 100644 --- a/src/core/info.txt +++ b/src/core/info.txt @@ -5,12 +5,7 @@ load_on auto define CORE_MODULE <requires> -rng -filters -hex -bigint -libstate -timer +utils </requires> <add> @@ -26,9 +21,5 @@ exceptn.cpp exceptn.h mem_pool.cpp mem_pool.h -mutex.h secmem.h -sym_algo.h -symkey.cpp -symkey.h </add> |