summaryrefslogtreecommitdiff
path: root/packages/security
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-03-28 18:08:49 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-03-28 18:08:49 +0200
commite898d060d76138dc95590748e7d05170b595e74c (patch)
treebfb2b7095b0619c0147c9a8c4f46d17bcb7e61c6 /packages/security
parentaa0f4b70d84992fe2904c4c29d4e8fbacbb623bf (diff)
downloadembtoolkit-e898d060d76138dc95590748e7d05170b595e74c.tar.gz
embtoolkit-e898d060d76138dc95590748e7d05170b595e74c.tar.bz2
embtoolkit-e898d060d76138dc95590748e7d05170b595e74c.tar.xz
Packages: openssl: add openssl-0.9.8n
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'packages/security')
-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