- Added generic cipher wrapper for integration with OpenVPN (donated by Fox-IT)

diff --git a/library/Makefile b/library/Makefile
index 2612987..7945121 100644
--- a/library/Makefile
+++ b/library/Makefile
@@ -26,7 +26,8 @@
 	ssl_cli.o	ssl_srv.o	ssl_tls.o	\
 	timing.o	x509parse.o	xtea.o		\
 	camellia.o  version.o   md.o		\
-	md_wrap.o
+	md_wrap.o	cipher.o 	cipher_wrap.o
+	
 
 .SILENT: