commit | 8123e9d8f14a6c329076c6c0c8b8404533ed82d4 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jan 06 15:37:30 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jan 06 15:37:30 2011 +0000 |
tree | 4fd5425e7405bb8c0684877f8deb40719fae4dd4 | |
parent | 6d46812123ca493f246ebc20706ef9309b41102b [diff] [blame] |
- Added generic cipher wrapper for integration with OpenVPN (donated by Fox-IT)
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 2f24801..62a3eb5 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -7,6 +7,8 @@ bignum.c camellia.c certs.c + cipher.c + cipher_wrap.c debug.c des.c dhm.c