commit | 1737385e04ef392927646ed939000436f2da2240 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jan 06 14:20:01 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jan 06 14:20:01 2011 +0000 |
tree | 3be62fa60c13b888710e3a0344ff4f3fc43aa5cf | |
parent | 37ca75d6f2630a9dd85c450f33b753c640cb5325 [diff] [blame] |
- Added generic message digest wrapper for integration with OpenVPN (donated by Fox-IT)
diff --git a/include/polarssl/config.h b/include/polarssl/config.h index 1dbbfbb..3be181d 100644 --- a/include/polarssl/config.h +++ b/include/polarssl/config.h
@@ -198,6 +198,14 @@ #define POLARSSL_HAVEGE_C /* + * Module: library/md.c + * Caller: + * + * Uncomment to enable generic message digest wrappers. + */ +#define POLARSSL_MD_C + +/* * Module: library/md2.c * Caller: library/x509parse.c *