This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
gnutls: enable anon by default to allow gnutls-cli in gnutls-utils
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
lilik-openwrt-22.03
Nikos Mavrogiannopoulos
10 years ago
parent
60d183a507
commit
d83e91fb73
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libs/gnutls/Config.in
+1
-1
libs/gnutls/Makefile
+ 1
- 1
libs/gnutls/Config.in
View File
@ -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"
+ 1
- 1
libs/gnutls/Makefile
View File
@ -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
Write
Preview
Loading…
Cancel
Save