From 602c31be23a7af4a417c75a126db00c9d2303db0 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Tue, 18 Jun 2013 16:49:18 +0200 Subject: [PATCH] Updated PKCS#12 define dependencies --- include/polarssl/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/polarssl/config.h b/include/polarssl/config.h index 3b0158b41..bd1a46636 100644 --- a/include/polarssl/config.h +++ b/include/polarssl/config.h @@ -773,8 +773,8 @@ * Module: library/pkcs12.c * Caller: library/x509parse.c * - * Requires: POLARSSL_ASN1_PARSE_C - * Can use: POLARSSL_SHA1_C, POLARSSL_DES_C, POLARSSL_ARC4_C + * Requires: POLARSSL_ASN1_PARSE_C, POLARSSL_CIPHER_C, POLARSSL_MD_C + * Can use: POLARSSL_ARC4_C * * This module enables PKCS#12 functions. */