commit | 370e90c2f04a41fda461960821c4d770faf11311 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Mon Apr 08 15:19:43 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Mon Apr 08 15:19:43 2013 +0200 |
tree | cc0af7d06b98eea6b2cb59618193949c123a6150 | |
parent | abfdfbfd462a466d20314c4219ec07a4bd4a7c4e [diff] |
Enable PBKDF2 by default
diff --git a/include/polarssl/config.h b/include/polarssl/config.h index 5d27db7..850053c 100644 --- a/include/polarssl/config.h +++ b/include/polarssl/config.h
@@ -745,8 +745,8 @@ * Requires: POLARSSL_MD_C * * This module adds support for the PKCS#5 PBKDF2 key derivation function. -#define POLARSSL_PBKDF2_C */ +#define POLARSSL_PBKDF2_C /** * \def POLARSSL_PEM_C