summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/security/libressl/libressl.kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/security/libressl/libressl.kconfig b/packages/security/libressl/libressl.kconfig
index f792e01..900e7a6 100644
--- a/packages/security/libressl/libressl.kconfig
+++ b/packages/security/libressl/libressl.kconfig
@@ -35,14 +35,15 @@ choice
help
Here you can choose which version of libressl you want to use.
- config EMBTK_LIBRESSL_VERSION_2_1_1
- bool "LibreSSL-2.1.1"
+ config EMBTK_LIBRESSL_VERSION_2_1_4
+ bool "LibreSSL-2.1.4"
select EMBTK_LIBRESSL_NEED_PATCH
+ select EMBTK_LIBRESSL_NEED_AUTORECONF
endchoice
config EMBTK_LIBRESSL_VERSION_STRING
string
- default "2.1.1" if EMBTK_LIBRESSL_VERSION_2_1_1
+ default "2.1.4" if EMBTK_LIBRESSL_VERSION_2_1_4
config EMBTK_LIBRESSL_NEED_PATCH
bool