Task #138033 - fixed.err
back to task #138033download
Error: COMPILER_WARNING (CWE-477):
sssd-2.14.0/src/p11_child/p11_child_openssl.c: scope_hint: In function ‘do_ocsp’
sssd-2.14.0/src/p11_child/p11_child_openssl.c:338:5: warning[-Wdeprecated-declarations]: ‘X509_STORE_get0_objects’ is deprecated: Since OpenSSL 4.0;Use X509_STORE_get1_objects
/usr/include/openssl/x509.h:494: included_from: Included from here.
/usr/include/openssl/ssl.h:34: included_from: Included from here.
sssd-2.14.0/src/p11_child/p11_child_openssl.c:26: included_from: Included from here.
/usr/include/openssl/x509_vfy.h:527:24: note: declared here
# 336| }
# 337|
# 338|-> store_objects = X509_STORE_get0_objects(p11_ctx->x509_store);
# 339| if (store_objects == NULL) {
# 340| DEBUG(SSSDBG_CRIT_FAILURE,