Task #225 - fixed.err

back to task #225
download
Error: COMPILER_WARNING (CWE-477):
openssh-9.6p1/openbsd-compat/openssl-compat.c: scope_hint: In function ‘ssh_libcrypto_init’
openssh-9.6p1/openbsd-compat/openssl-compat.c:93:9: warning[-Wdeprecated-declarations]: ‘OPENSSL_config’ is deprecated: Since OpenSSL 1.1.0
/usr/include/openssl/http.h:19: included_from: Included from here.
/usr/include/openssl/x509.h:558: included_from: Included from here.
/usr/include/openssl/pem.h:23: included_from: Included from here.
/usr/include/openssl/ui.h:30: included_from: Included from here.
/usr/include/openssl/engine.h:30: included_from: Included from here.
openssh-9.6p1/openbsd-compat/openssl-compat.c:26: included_from: Included from here.
/usr/include/openssl/conf.h:135:30: note: declared here
#   91|   	    OPENSSL_INIT_ADD_ALL_DIGESTS | OPENSSL_INIT_LOAD_CONFIG, NULL);
#   92|   # else
#   93|-> 	OPENSSL_config(NULL);
#   94|   # endif
#   95|   #endif /* USE_OPENSSL_ENGINE */