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
2 changed files with 3 additions and 3 deletions
|
@ -8,12 +8,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=wolfssl
|
||||
PKG_VERSION:=3.7.0
|
||||
PKG_VERSION:=3.8.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip
|
||||
PKG_SOURCE_URL:=https://www.wolfssl.com/
|
||||
PKG_MD5SUM:=e5a4f69b06b2796806a8cf51f5bd3758
|
||||
PKG_MD5SUM:=a73d90c5439adea97a5002a73b46ddeb
|
||||
|
||||
PKG_FIXUP:=libtool
|
||||
PKG_INSTALL:=1
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
/* Lighthttp compatability */
|
||||
|
||||
#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 TLSEXT_NAMETYPE_host_name WOLFSSL_SNI_HOST_NAME
|
||||
|
||||
|
|
Loading…
Reference in a new issue