- Added PKCS#5 PBKDF2 key derivation function
diff --git a/include/polarssl/config.h b/include/polarssl/config.h
index d6d1659..c5ac1c5 100644
--- a/include/polarssl/config.h
+++ b/include/polarssl/config.h
@@ -583,6 +583,19 @@
#define POLARSSL_PADLOCK_C
/**
+ * \def POLARSSL_PBKDF2_C
+ *
+ * Enable PKCS#5 PBKDF2 key derivation function
+ *
+ * Module: library/pbkdf2.c
+ *
+ * Requires: POLARSSL_MD_C
+ *
+ * This module adds support for the PKCS#5 PBKDF2 key derivation function.
+#define POLARSSL_PBKDF2_C
+ */
+
+/**
* \def POLARSSL_PEM_C
*
* Enable PEM decoding