From 15ab963e13f6fea8f6dbe597daec36ac76a4dfd9 Mon Sep 17 00:00:00 2001 From: cameronrich Date: Fri, 24 Jun 2011 21:29:50 +0000 Subject: [PATCH] fixed some mconf dependency issues git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@213 9a5d90b5-6617-0410-8a86-bb477d3ed2e3 --- ssl/Config.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ssl/Config.in b/ssl/Config.in index e66ab7ca3..6f363dc13 100644 --- a/ssl/Config.in +++ b/ssl/Config.in @@ -225,6 +225,7 @@ config CONFIG_SSL_USE_PKCS12 bool "Use PKCS8/PKCS12" default n if !CONFIG_SSL_FULL_MODE default y if CONFIG_SSL_FULL_MODE + depends on !CONFIG_SSL_SKELETON_MODE help PKCS#12 certificates combine private keys and certificates together in one file. @@ -317,6 +318,7 @@ config CONFIG_OPENSSL_COMPATIBLE config CONFIG_PERFORMANCE_TESTING bool "Build the bigint performance test tool" default n + depends on CONFIG_SSL_CERT_VERIFICATION help Used for performance testing of bigint.