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