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

This commit is contained in:
Paul Bakker 2011-01-06 15:37:30 +00:00
parent 6d46812123
commit 8123e9d8f1
14 changed files with 2008 additions and 14 deletions

View file

@ -157,6 +157,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