diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-09-06 15:18:55 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-09-06 15:19:22 +0200 |
commit | fe13c18ebfa8ccb5a6b0bada424fb591f0f765f0 (patch) | |
tree | b7d255a5bccbe2752cb2bf093ac8d8f0279527c9 /libs | |
parent | 62031da16a8f291ac308de0b90140417c16b8203 (diff) |
gnutls: enable anon by default to allow gnutls-cli in gnutls-utils
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/gnutls/Config.in | 2 | ||||
-rw-r--r-- | libs/gnutls/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libs/gnutls/Config.in b/libs/gnutls/Config.in index 53b698583..59ca00f8f 100644 --- a/libs/gnutls/Config.in +++ b/libs/gnutls/Config.in @@ -38,7 +38,7 @@ config GNUTLS_PSK config GNUTLS_ANON bool "enable anonymous authentication support" - default n + default y config GNUTLS_PKCS11 bool "enable smart card (PKCS11) support" diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index 01531e03f..a77d91e85 100644 --- a/libs/gnutls/Makefile +++ b/libs/gnutls/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gnutls PKG_VERSION:=3.2.17 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_USE_MIPS16:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |