diff options
author | lloyd <[email protected]> | 2008-09-30 04:46:32 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-30 04:46:32 +0000 |
commit | 42e3fe73cb63fe92510964d60bfccded65d08c36 (patch) | |
tree | fb77293dfc71b386da6da4fe0f92676b53afc02b /src/core/info.txt | |
parent | bd2abf83b8ae1b93f2c8e1875873c1cab9c1e18e (diff) |
Move allocator base code into core/, alloc_mmap to alloc/
Diffstat (limited to 'src/core/info.txt')
-rw-r--r-- | src/core/info.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/core/info.txt b/src/core/info.txt index fabf676f3..9331d56dd 100644 --- a/src/core/info.txt +++ b/src/core/info.txt @@ -9,27 +9,29 @@ aes sha1 sha2 hmac -allocators filters libstate timer_base </requires> <add> +allocate.h base.cpp base.h botan.h data_src.cpp data_src.h def_powm.cpp +defalloc.cpp +defalloc.h eng_def.h enums.h exceptn.cpp exceptn.h kdf.cpp kdf.h -modules.cpp -modules.h +mem_pool.cpp +mem_pool.h mutex.h pk_pad.cpp pk_pad.h @@ -37,6 +39,7 @@ rng.cpp rng.h s2k.cpp s2k.h +secmem.h symkey.cpp symkey.h </add> |