- 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