1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

fixed some mconf dependency issues

git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@213 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
cameronrich 2011-06-24 21:29:50 +00:00
parent f22e36ab56
commit 15ab963e13

View File

@ -225,6 +225,7 @@ config CONFIG_SSL_USE_PKCS12
bool "Use PKCS8/PKCS12" bool "Use PKCS8/PKCS12"
default n if !CONFIG_SSL_FULL_MODE default n if !CONFIG_SSL_FULL_MODE
default y if CONFIG_SSL_FULL_MODE default y if CONFIG_SSL_FULL_MODE
depends on !CONFIG_SSL_SKELETON_MODE
help help
PKCS#12 certificates combine private keys and certificates together in PKCS#12 certificates combine private keys and certificates together in
one file. one file.
@ -317,6 +318,7 @@ config CONFIG_OPENSSL_COMPATIBLE
config CONFIG_PERFORMANCE_TESTING config CONFIG_PERFORMANCE_TESTING
bool "Build the bigint performance test tool" bool "Build the bigint performance test tool"
default n default n
depends on CONFIG_SSL_CERT_VERIFICATION
help help
Used for performance testing of bigint. Used for performance testing of bigint.