summaryrefslogtreecommitdiff
path: root/packages/security/libressl/libressl.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'packages/security/libressl/libressl.kconfig')
-rw-r--r--packages/security/libressl/libressl.kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/security/libressl/libressl.kconfig b/packages/security/libressl/libressl.kconfig
index aefc514..f792e01 100644
--- a/packages/security/libressl/libressl.kconfig
+++ b/packages/security/libressl/libressl.kconfig
@@ -35,14 +35,14 @@ choice
help
Here you can choose which version of libressl you want to use.
- config EMBTK_LIBRESSL_VERSION_2_0_5
- bool "LibreSSL-2.0.5"
+ config EMBTK_LIBRESSL_VERSION_2_1_1
+ bool "LibreSSL-2.1.1"
select EMBTK_LIBRESSL_NEED_PATCH
endchoice
config EMBTK_LIBRESSL_VERSION_STRING
string
- default "2.0.5" if EMBTK_LIBRESSL_VERSION_2_0_5
+ default "2.1.1" if EMBTK_LIBRESSL_VERSION_2_1_1
config EMBTK_LIBRESSL_NEED_PATCH
bool