mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-30 10:39:04 +00:00
cyassl: update to wolfssl version 3.8.0
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48616
This commit is contained in:
parent
3a2e25bc77
commit
6329349cd0
@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=wolfssl
|
PKG_NAME:=wolfssl
|
||||||
PKG_VERSION:=3.7.0
|
PKG_VERSION:=3.8.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip
|
||||||
PKG_SOURCE_URL:=https://www.wolfssl.com/
|
PKG_SOURCE_URL:=https://www.wolfssl.com/
|
||||||
PKG_MD5SUM:=e5a4f69b06b2796806a8cf51f5bd3758
|
PKG_MD5SUM:=a73d90c5439adea97a5002a73b46ddeb
|
||||||
|
|
||||||
PKG_FIXUP:=libtool
|
PKG_FIXUP:=libtool
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
/* Lighthttp compatability */
|
/* Lighthttp compatability */
|
||||||
|
|
||||||
#ifdef HAVE_LIGHTY
|
#ifdef HAVE_LIGHTY
|
||||||
@@ -483,7 +485,6 @@ typedef WOLFSSL_ASN1_BIT_STRING ASN1_
|
@@ -487,7 +489,6 @@ typedef WOLFSSL_ASN1_BIT_STRING ASN1_
|
||||||
#define SSL_TLSEXT_ERR_NOACK alert_warning
|
#define SSL_TLSEXT_ERR_NOACK alert_warning
|
||||||
#define TLSEXT_NAMETYPE_host_name WOLFSSL_SNI_HOST_NAME
|
#define TLSEXT_NAMETYPE_host_name WOLFSSL_SNI_HOST_NAME
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user