diff options
author | Jack Lloyd <[email protected]> | 2015-08-29 12:04:35 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-08-29 12:04:35 -0400 |
commit | 1723d63c3b9a26fadfc8c6e414f3815b30b237f1 (patch) | |
tree | 5ddce1d994d1dcc002348bb5199a6b20864a0a99 | |
parent | b403ea921b9ebb35bea8bc19eeae4fa75b71bd22 (diff) |
Remove alloc module; move secmem.h to base and locking_allocator to utils
-rw-r--r-- | src/lib/alloc/info.txt | 3 | ||||
-rw-r--r-- | src/lib/base/info.txt | 2 | ||||
-rw-r--r-- | src/lib/base/secmem.h (renamed from src/lib/alloc/secmem.h) | 0 | ||||
-rw-r--r-- | src/lib/entropy/proc_walk/info.txt | 4 | ||||
-rw-r--r-- | src/lib/hash/keccak/info.txt | 4 | ||||
-rw-r--r-- | src/lib/math/bigint/info.txt | 1 | ||||
-rw-r--r-- | src/lib/pk_pad/info.txt | 1 | ||||
-rw-r--r-- | src/lib/pubkey/ecc_key/info.txt | 1 | ||||
-rw-r--r-- | src/lib/pubkey/ecdh/info.txt | 1 | ||||
-rw-r--r-- | src/lib/pubkey/gost_3410/info.txt | 1 | ||||
-rw-r--r-- | src/lib/pubkey/info.txt | 1 | ||||
-rw-r--r-- | src/lib/utils/datastor/info.txt | 3 | ||||
-rw-r--r-- | src/lib/utils/locking_allocator/info.txt (renamed from src/lib/alloc/locking_allocator/info.txt) | 0 | ||||
-rw-r--r-- | src/lib/utils/locking_allocator/locking_allocator.cpp (renamed from src/lib/alloc/locking_allocator/locking_allocator.cpp) | 0 | ||||
-rw-r--r-- | src/lib/utils/locking_allocator/locking_allocator.h (renamed from src/lib/alloc/locking_allocator/locking_allocator.h) | 0 |
15 files changed, 1 insertions, 21 deletions
diff --git a/src/lib/alloc/info.txt b/src/lib/alloc/info.txt deleted file mode 100644 index 0ab7fa768..000000000 --- a/src/lib/alloc/info.txt +++ /dev/null @@ -1,3 +0,0 @@ -<header:public> -secmem.h -</header:public> diff --git a/src/lib/base/info.txt b/src/lib/base/info.txt index e09351596..19eee6608 100644 --- a/src/lib/base/info.txt +++ b/src/lib/base/info.txt @@ -4,6 +4,7 @@ buf_comp.h init.h key_spec.h lookup.h +secmem.h scan_name.h sym_algo.h symkey.h @@ -17,7 +18,6 @@ algo_registry.h define TRANSFORM 20131209 <requires> -alloc block hash hex diff --git a/src/lib/alloc/secmem.h b/src/lib/base/secmem.h index 63d4e5296..63d4e5296 100644 --- a/src/lib/alloc/secmem.h +++ b/src/lib/base/secmem.h diff --git a/src/lib/entropy/proc_walk/info.txt b/src/lib/entropy/proc_walk/info.txt index c713d3b8e..8c3947dc6 100644 --- a/src/lib/entropy/proc_walk/info.txt +++ b/src/lib/entropy/proc_walk/info.txt @@ -24,7 +24,3 @@ openbsd qnx solaris </os> - -<requires> -alloc -</requires> diff --git a/src/lib/hash/keccak/info.txt b/src/lib/hash/keccak/info.txt index ecdfba19c..6fcd286a3 100644 --- a/src/lib/hash/keccak/info.txt +++ b/src/lib/hash/keccak/info.txt @@ -1,5 +1 @@ define KECCAK 20131128 - -<requires> -alloc -</requires> diff --git a/src/lib/math/bigint/info.txt b/src/lib/math/bigint/info.txt index b5dabb7bc..53edcb1f1 100644 --- a/src/lib/math/bigint/info.txt +++ b/src/lib/math/bigint/info.txt @@ -18,7 +18,6 @@ divide.cpp </source> <requires> -alloc mp hex rng diff --git a/src/lib/pk_pad/info.txt b/src/lib/pk_pad/info.txt index d77e1defd..cc3a3fb3b 100644 --- a/src/lib/pk_pad/info.txt +++ b/src/lib/pk_pad/info.txt @@ -3,7 +3,6 @@ define PK_PADDING 20131128 load_on auto <requires> -alloc rng </requires> diff --git a/src/lib/pubkey/ecc_key/info.txt b/src/lib/pubkey/ecc_key/info.txt index 6d6d5f0e9..fc4d4c91c 100644 --- a/src/lib/pubkey/ecc_key/info.txt +++ b/src/lib/pubkey/ecc_key/info.txt @@ -1,7 +1,6 @@ define ECC_PUBLIC_KEY_CRYPTO 20131128 <requires> -alloc asn1 bigint ec_gfp diff --git a/src/lib/pubkey/ecdh/info.txt b/src/lib/pubkey/ecdh/info.txt index 32d944728..cfff0b304 100644 --- a/src/lib/pubkey/ecdh/info.txt +++ b/src/lib/pubkey/ecdh/info.txt @@ -1,7 +1,6 @@ define ECDH 20131128 <requires> -alloc asn1 ec_group ecc_key diff --git a/src/lib/pubkey/gost_3410/info.txt b/src/lib/pubkey/gost_3410/info.txt index 611449ebc..eb2255ad2 100644 --- a/src/lib/pubkey/gost_3410/info.txt +++ b/src/lib/pubkey/gost_3410/info.txt @@ -3,7 +3,6 @@ define GOST_34_10_2001 20131128 load_on auto <requires> -alloc asn1 ec_group ecc_key diff --git a/src/lib/pubkey/info.txt b/src/lib/pubkey/info.txt index ff28f2689..77ae820c7 100644 --- a/src/lib/pubkey/info.txt +++ b/src/lib/pubkey/info.txt @@ -28,7 +28,6 @@ pk_ops_impl.h </header:internal> <requires> -alloc asn1 bigint kdf diff --git a/src/lib/utils/datastor/info.txt b/src/lib/utils/datastor/info.txt index b91fe5082..e69de29bb 100644 --- a/src/lib/utils/datastor/info.txt +++ b/src/lib/utils/datastor/info.txt @@ -1,3 +0,0 @@ -<requires> -alloc -</requires> diff --git a/src/lib/alloc/locking_allocator/info.txt b/src/lib/utils/locking_allocator/info.txt index d3b5e86f8..d3b5e86f8 100644 --- a/src/lib/alloc/locking_allocator/info.txt +++ b/src/lib/utils/locking_allocator/info.txt diff --git a/src/lib/alloc/locking_allocator/locking_allocator.cpp b/src/lib/utils/locking_allocator/locking_allocator.cpp index c145cfd7f..c145cfd7f 100644 --- a/src/lib/alloc/locking_allocator/locking_allocator.cpp +++ b/src/lib/utils/locking_allocator/locking_allocator.cpp diff --git a/src/lib/alloc/locking_allocator/locking_allocator.h b/src/lib/utils/locking_allocator/locking_allocator.h index 2aca2dfa9..2aca2dfa9 100644 --- a/src/lib/alloc/locking_allocator/locking_allocator.h +++ b/src/lib/utils/locking_allocator/locking_allocator.h |