Task #945 - fixed.err

back to task #945
download
Error: COMPILER_WARNING:
openldap-2.6.7-build/openldap-2.6.7/openldap-2.6.7/libraries/libldap/tls_o.c:57:9: warning: "SSL_get_peer_certificate" redefined
openldap-2.6.7-build/openldap-2.6.7/openldap-2.6.7/libraries/libldap/tls_o.c:41: included_from: Included from here.
/usr/include/openssl/ssl.h:1830:12: note: this is the location of the previous definition
#   55|   #if OPENSSL_VERSION_MAJOR >= 3
#   56|   #define ERR_get_error_line( a, b )	ERR_get_error_all( a, b, NULL, NULL, NULL )
#   57|-> #define SSL_get_peer_certificate( s )	SSL_get1_peer_certificate( s )
#   58|   #endif
#   59|   typedef SSL_CTX tlso_ctx;