You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libyara/modules/pe/authenticode-parser/countersignature.c: In function 'ms_countersig_new':
libyara/modules/pe/authenticode-parser/countersignature.c:302:3: error: implicit declaration of function 'TS_VERIFY_CTX_init'; did you mean 'TS_VERIFY_CTX_new'? [-Werror=implicit-function-declaration]
302 | TS_VERIFY_CTX_init(ctx);
| ^~~~~~~~~~~~~~~~~~
| TS_VERIFY_CTX_new
cc1: some warnings being treated as errors
dev-libs/libressl:
3.8.2
app-forensics/yara:
4.4.0
,9999
yara-4.4.0-build.log
The OpenSSL function is visible here.
The text was updated successfully, but these errors were encountered: