summaryrefslogtreecommitdiff
path: root/packages/security/openssl/openssl.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'packages/security/openssl/openssl.kconfig')
-rw-r--r--packages/security/openssl/openssl.kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/security/openssl/openssl.kconfig b/packages/security/openssl/openssl.kconfig
index f38f378..01c588b 100644
--- a/packages/security/openssl/openssl.kconfig
+++ b/packages/security/openssl/openssl.kconfig
@@ -35,7 +35,9 @@ choice
depends on EMBTK_HAVE_OPENSSL
help
Here you can choose which version of openssl you want to use.
-
+ config EMBTK_OPENSSL_VERSION_0_9_8N
+ bool "openssl-0.9.8n"
+ select EMBTK_OPENSSL_NEED_PATCH
config EMBTK_OPENSSL_VERSION_0_9_8L
bool "openssl-0.9.8l"
select EMBTK_OPENSSL_NEED_PATCH
@@ -43,6 +45,7 @@ endchoice
config EMBTK_OPENSSL_VERSION_STRING
string
+ default "0.9.8n" if EMBTK_OPENSSL_VERSION_0_9_8N
default "0.9.8l" if EMBTK_OPENSSL_VERSION_0_9_8L
config EMBTK_OPENSSL_NEED_PATCH