commit | 6e339b52e82cf0b09b5b0d93be81a876fa7e6e38 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Wed Jul 03 13:37:05 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Jul 03 17:22:31 2013 +0200 |
tree | 7a148f2716f3ad82d8273aaffe0e88b4edaaaa2c | |
parent | f863485fea7222011154537519ffc881cc07a24a [diff] [blame] |
Memory-allocation abstraction layer and buffer-based allocator added
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index f702ea7..948737d 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -29,6 +29,8 @@ md2.c md4.c md5.c + memory.c + memory_buffer_alloc.c net.c oid.c padlock.c