From 370e90c2f04a41fda461960821c4d770faf11311 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Mon, 8 Apr 2013 15:19:43 +0200 Subject: [PATCH] Enable PBKDF2 by default --- include/polarssl/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/polarssl/config.h b/include/polarssl/config.h index 5d27db734..850053cad 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