diff options
author | Jeffrey Elms <jeff@wolfssl.com> | 2021-01-26 18:28:14 -0800 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2021-01-26 16:59:53 -1000 |
commit | ff2087d9a9db86c6c5a7fec258fec66bff8e4f9c (patch) | |
tree | ab676a94b1be2c4dba7793a694ef24cd1566448c /package/utils/px5g-wolfssl/Makefile | |
parent | 01e4274c2117863603363c22f403af159c71cbfd (diff) | |
download | upstream-ff2087d9a9db86c6c5a7fec258fec66bff8e4f9c.tar.gz upstream-ff2087d9a9db86c6c5a7fec258fec66bff8e4f9c.tar.bz2 upstream-ff2087d9a9db86c6c5a7fec258fec66bff8e4f9c.zip |
px5g-wolfssl: Fix certificate signature
Certificate signature algorithm was being set after call to
`wc_MakeCert`, resulting in a mismatch between specified signature in
certificate and the actual signature type.
Signed-off-by: Jeffrey Elms <jeff@wolfssl.com>
[fix commit subject, use COMMITCOUNT]
Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'package/utils/px5g-wolfssl/Makefile')
-rw-r--r-- | package/utils/px5g-wolfssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/px5g-wolfssl/Makefile b/package/utils/px5g-wolfssl/Makefile index be36f9f33d..90296008d6 100644 --- a/package/utils/px5g-wolfssl/Makefile +++ b/package/utils/px5g-wolfssl/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=px5g-wolfssl -PKG_RELEASE:=1 +PKG_RELEASE:=$(COMMITCOUNT) PKG_LICENSE:=GPL-2.0-or-later PKG_USE_MIPS16:=0 |