commit | fc36d16e84086d42a2cdd55559a25fc35a9b8922 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jan 27 16:50:02 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jan 27 16:50:02 2011 +0000 |
tree | f58964c29c8042a41f723c567f2b5b1edd41c4c4 | |
parent | dbee2cad7de7658eed0cdc041980483cbc1ff61a [diff] [blame] |
- Added random generation example application
diff --git a/programs/CMakeLists.txt b/programs/CMakeLists.txt index f73b645..fcd1e8b 100644 --- a/programs/CMakeLists.txt +++ b/programs/CMakeLists.txt
@@ -1,6 +1,7 @@ add_subdirectory(aes) add_subdirectory(hash) add_subdirectory(pkey) +add_subdirectory(random) add_subdirectory(ssl) add_subdirectory(test) add_subdirectory(x509)