summaryrefslogtreecommitdiffstats
path: root/meta-integrity/classes/git@git.enea.com:linux
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2021-10-21 12:45:41 +0800
committerJia Zhang <10241344+jiazhang0@users.noreply.github.com>2021-10-21 15:57:54 +0800
commitb308dc89ac2626d8150d59d76cdaf5c710fb510f (patch)
treeb2f14cb7fcebfd0a04fe083daf942798625691aa /meta-integrity/classes/git@git.enea.com:linux
parent4dc1be23d9ef6f693c3b8b2b82fae02727532f8a (diff)
downloadmeta-secure-core-b308dc89ac2626d8150d59d76cdaf5c710fb510f.tar.gz
sbsigntool: fix openssl-3.0 issue involving ASN1_ITEM TYPE_it
Use ASN1_ITEM_rptr() instead of taking the address of IDC_PEID_it. Openssl-3.0 changed the type of TYPE_it from `const ASN1_ITEM TYPE_it` to `const ASN1_ITEM *TYPE_it(void)`. This was previously hidden behind OPENSSL_EXPORT_VAR_AS_FUNCTION but in 3.0 only the function version is available. This change should have been transparent to the application, but only if the `ASN1_ITEM_rptr()` macro is used. Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Diffstat (limited to 'meta-integrity/classes/git@git.enea.com:linux')
0 files changed, 0 insertions, 0 deletions