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

diff --git a/include/polarssl/config.h b/include/polarssl/config.h
index 3be181d..3b0c7e7 100644
--- a/include/polarssl/config.h
+++ b/include/polarssl/config.h
@@ -158,6 +158,14 @@
 #define POLARSSL_CERTS_C
 
 /*
+ * Module:  library/cipher.c
+ * Caller:
+ *
+ * Uncomment to enable generic cipher wrappers.
+ */
+#define POLARSSL_CIPHER_C
+
+/*
  * Module:  library/debug.c
  * Caller:  library/ssl_cli.c
  *          library/ssl_srv.c