Fix forgotten merge conflict

This commit is contained in:
Manuel Pégourié-Gonnard 2015-03-20 17:43:37 +00:00
parent 7c4e60fa7d
commit 1e5e819d31

View file

@ -1817,24 +1817,6 @@
#define POLARSSL_PADLOCK_C #define POLARSSL_PADLOCK_C
/** /**
<<<<<<< HEAD:include/mbedtls/config.h
=======
* \def POLARSSL_PBKDF2_C
*
* Enable PKCS#5 PBKDF2 key derivation function.
*
* \deprecated Use POLARSSL_PKCS5_C instead
*
* Module: library/pbkdf2.c
*
* Requires: POLARSSL_PKCS5_C
*
* This module adds support for the PKCS#5 PBKDF2 key derivation function.
*/
#define POLARSSL_PBKDF2_C
/**
>>>>>>> mbedtls-1.3:include/polarssl/config.h
* \def POLARSSL_PEM_PARSE_C * \def POLARSSL_PEM_PARSE_C
* *
* Enable PEM decoding / parsing. * Enable PEM decoding / parsing.