Skip to content

Commit aab6956

Browse files
committed
trojan : config: Port openssl sha224 to use EVP functions
As suggested by SHA224(3ssl), use the EVP_DigestInit functions. Calling the hash functions directly is deprecated for applications. Further, actually check the return values from the OpenSSL functions and throw appropriate runtime errors.
1 parent b87a32d commit aab6956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/trojan/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk
88

99
PKG_NAME:=trojan
1010
PKG_VERSION:=1.14.1
11-
PKG_RELEASE:=3
11+
PKG_RELEASE:=4
1212

1313
PKG_SOURCE_PROTO:=git
1414
PKG_SOURCE_URL:=https://github.com/trojan-gfw/trojan.git
1515
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
16-
PKG_SOURCE_VERSION:=7cfe059c664e06bc7663620024578d85d9e6008c
16+
PKG_SOURCE_VERSION:=c3a17f2b37dc2397c34cd55832e4a612b9e089c1
1717
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
1818

1919
CMAKE_INSTALL:=1

0 commit comments

Comments
 (0)