diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2021-10-21 12:45:41 +0800 |
---|---|---|
committer | Jia Zhang <10241344+jiazhang0@users.noreply.github.com> | 2021-10-21 15:57:54 +0800 |
commit | b308dc89ac2626d8150d59d76cdaf5c710fb510f (patch) | |
tree | b2f14cb7fcebfd0a04fe083daf942798625691aa /meta-integrity/classes/git@git.enea.com:linux | |
parent | 4dc1be23d9ef6f693c3b8b2b82fae02727532f8a (diff) | |
download | meta-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