[package] update cyassl to 1.0.2 (#5049)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15703 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f16f66bea0
commit
13c793a711
@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=cyassl
|
PKG_NAME:=cyassl
|
||||||
PKG_VERSION:=0.9.9
|
PKG_VERSION:=1.0.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip
|
||||||
PKG_SOURCE_URL:=http://www.yassl.com/
|
PKG_SOURCE_URL:=http://www.yassl.com/
|
||||||
PKG_MD5SUM:=2fe084425e7c049d4f03ceed6b61af52
|
PKG_MD5SUM:=23b8d695846cb5fb7eeddc5991d3c179
|
||||||
PKG_FIXUP:=libtool
|
PKG_FIXUP:=libtool
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
diff -pruN cyassl-0.9.9.orig/ctaocrypt/include/hmac.h cyassl-0.9.9/ctaocrypt/include/hmac.h
|
|
||||||
--- cyassl-0.9.9.orig/ctaocrypt/include/hmac.h 2008-12-11 16:27:12.490140301 +0100
|
|
||||||
+++ cyassl-0.9.9/ctaocrypt/include/hmac.h 2008-12-11 16:27:50.318874180 +0100
|
|
||||||
@@ -61,7 +61,7 @@ typedef struct Hmac {
|
|
||||||
Hash hash;
|
|
||||||
word32 ipad[HMAC_BLOCK_SIZE / sizeof(word32)]; /* same block size all*/
|
|
||||||
word32 opad[HMAC_BLOCK_SIZE / sizeof(word32)];
|
|
||||||
- word32 innerHash[SHA_DIGEST_SIZE / sizeof(word32)]; /* max size */
|
|
||||||
+ word32 innerHash[SHA256_DIGEST_SIZE / sizeof(word32)]; /* max size */
|
|
||||||
byte macType; /* md5 sha or sha256 */
|
|
||||||
byte innerHashKeyed; /* keyed flag */
|
|
||||||
} Hmac;
|
|
Loading…
x
Reference in New Issue
Block a user