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/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