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 | |
parent | f1c459725da56fd8ed5766e7779300182fa26bcf (diff) |
Move mutex.h from core to utils
Move core/sym_algo.{h,cpp} to sym_algo
-rw-r--r-- | src/core/info.txt | 11 | ||||
-rw-r--r-- | src/sym_algo/sym_algo.h (renamed from src/core/sym_algo.h) | 0 | ||||
-rw-r--r-- | src/sym_algo/symkey.cpp (renamed from src/core/symkey.cpp) | 0 | ||||
-rw-r--r-- | src/sym_algo/symkey.h (renamed from src/core/symkey.h) | 0 | ||||
-rw-r--r-- | src/utils/info.txt | 1 | ||||
-rw-r--r-- | src/utils/mutex.h (renamed from src/core/mutex.h) | 0 |
6 files changed, 2 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> diff --git a/src/core/sym_algo.h b/src/sym_algo/sym_algo.h index 02343ed56..02343ed56 100644 --- a/src/core/sym_algo.h +++ b/src/sym_algo/sym_algo.h diff --git a/src/core/symkey.cpp b/src/sym_algo/symkey.cpp index 7cc1bce64..7cc1bce64 100644 --- a/src/core/symkey.cpp +++ b/src/sym_algo/symkey.cpp diff --git a/src/core/symkey.h b/src/sym_algo/symkey.h index f3211eb0f..f3211eb0f 100644 --- a/src/core/symkey.h +++ b/src/sym_algo/symkey.h diff --git a/src/utils/info.txt b/src/utils/info.txt index 0f0a18a35..127ea5e2f 100644 --- a/src/utils/info.txt +++ b/src/utils/info.txt @@ -24,6 +24,7 @@ entropy.cpp loadstor.h mem_ops.h mlock.cpp +mutex.h parsing.cpp parsing.h rotate.h diff --git a/src/core/mutex.h b/src/utils/mutex.h index e30b48eb0..e30b48eb0 100644 --- a/src/core/mutex.h +++ b/src/utils/mutex.h |