tumbleweed/openssl_1.1.x/x86/gcc7
Passed Started
by
@cryptomilk
Andreas Schneider
1Running with gitlab-runner 16.6.0~beta.105.gd2263193 (d2263193)2 on blue-2.saas-linux-small-amd64.runners-manager.gitlab.com/default XxUrkriX, system ID: s_f46a988edce43 feature flags: FF_USE_IMPROVED_URL_MASKING:true6Using Docker executor with image registry.gitlab.com/libssh/build-images:buildenv-tumbleweed ...7Authenticating with credentials from job payload (GitLab Registry)8Pulling docker image registry.gitlab.com/libssh/build-images:buildenv-tumbleweed ...9Using docker image sha256:72bff93b968ac528c3245a17005dfb3ea823b6b684c352952b5cfd0e2af4eef3 for registry.gitlab.com/libssh/build-images:buildenv-tumbleweed with digest registry.gitlab.com/libssh/build-images@sha256:f749c324479c32d69e4d1326c4e31d32e6f4c58ccb639111df7e689d458f0d61 ...11Running on runner-xxurkrix-project-6055600-concurrent-0 via runner-xxurkrix-s-l-s-amd64-1703247653-782a3b1c...13Fetching changes with git depth set to 3...14Initialized empty Git repository in /builds/libssh/libssh-mirror/.git/15Created fresh repository.16Checking out 5dc10ff6 as detached HEAD (ref is stable-0.9)...17Skipping Git submodules setup18$ git remote set-url origin "${CI_REPOSITORY_URL}"20Using docker image sha256:72bff93b968ac528c3245a17005dfb3ea823b6b684c352952b5cfd0e2af4eef3 for registry.gitlab.com/libssh/build-images:buildenv-tumbleweed with digest registry.gitlab.com/libssh/build-images@sha256:f749c324479c32d69e4d1326c4e31d32e6f4c58ccb639111df7e689d458f0d61 ...21$ mkdir -p obj && cd obj && cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchain-cross-m32.cmake -DCMAKE_C_COMPILER=gcc-7 -DCMAKE_CXX_COMPILER=g++-7 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DPICKY_DEVELOPER=ON -DWITH_SFTP=ON -DWITH_SERVER=ON -DWITH_ZLIB=ON -DWITH_PCAP=ON -DUNIT_TESTING=ON .. && make -j$(nproc) && ctest --output-on-failure22CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):23 Compatibility with CMake < 3.5 will be removed from a future version of24 CMake.25 Update the VERSION argument <min> value or use a ...<max> suffix to tell26 CMake that the project does not need compatibility with older versions.27-- The C compiler identification is GNU 7.5.028-- Detecting C compiler ABI info29-- Detecting C compiler ABI info - done30-- Check for working C compiler: /usr/bin/gcc-7 - skipped31-- Detecting C compile features32-- Detecting C compile features - done33-- Performing Test REQUIRED_FLAGS_WERROR34-- Performing Test REQUIRED_FLAGS_WERROR - Success35-- Performing Test WITH_STD_GNU99_FLAG36-- Performing Test WITH_STD_GNU99_FLAG - Success37-- Performing Test WITH_WPEDANTIC_FLAG38-- Performing Test WITH_WPEDANTIC_FLAG - Success39-- Performing Test WITH_WALL_FLAG40-- Performing Test WITH_WALL_FLAG - Success41-- Performing Test WITH_WSHADOW_FLAG42-- Performing Test WITH_WSHADOW_FLAG - Success43-- Performing Test WITH_WMISSING_PROTOTYPES_FLAG44-- Performing Test WITH_WMISSING_PROTOTYPES_FLAG - Success45-- Performing Test WITH_WCAST_ALIGN_FLAG46-- Performing Test WITH_WCAST_ALIGN_FLAG - Success47-- Performing Test WITH_WERROR_ADDRESS_FLAG48-- Performing Test WITH_WERROR_ADDRESS_FLAG - Success49-- Performing Test WITH_WSTRICT_PROTOTYPES_FLAG50-- Performing Test WITH_WSTRICT_PROTOTYPES_FLAG - Success51-- Performing Test WITH_WERROR_STRICT_PROTOTYPES_FLAG52-- Performing Test WITH_WERROR_STRICT_PROTOTYPES_FLAG - Success53-- Performing Test WITH_WWRITE_STRINGS_FLAG54-- Performing Test WITH_WWRITE_STRINGS_FLAG - Success55-- Performing Test WITH_WERROR_WRITE_STRINGS_FLAG56-- Performing Test WITH_WERROR_WRITE_STRINGS_FLAG - Success57-- Performing Test WITH_WERROR_IMPLICIT_FUNCTION_DECLARATION_FLAG58-- Performing Test WITH_WERROR_IMPLICIT_FUNCTION_DECLARATION_FLAG - Success59-- Performing Test WITH_WPOINTER_ARITH_FLAG60-- Performing Test WITH_WPOINTER_ARITH_FLAG - Success61-- Performing Test WITH_WERROR_POINTER_ARITH_FLAG62-- Performing Test WITH_WERROR_POINTER_ARITH_FLAG - Success63-- Performing Test WITH_WDECLARATION_AFTER_STATEMENT_FLAG64-- Performing Test WITH_WDECLARATION_AFTER_STATEMENT_FLAG - Success65-- Performing Test WITH_WERROR_DECLARATION_AFTER_STATEMENT_FLAG66-- Performing Test WITH_WERROR_DECLARATION_AFTER_STATEMENT_FLAG - Success67-- Performing Test WITH_WRETURN_TYPE_FLAG68-- Performing Test WITH_WRETURN_TYPE_FLAG - Success69-- Performing Test WITH_WERROR_RETURN_TYPE_FLAG70-- Performing Test WITH_WERROR_RETURN_TYPE_FLAG - Success71-- Performing Test WITH_WUNINITIALIZED_FLAG72-- Performing Test WITH_WUNINITIALIZED_FLAG - Success73-- Performing Test WITH_WERROR_UNINITIALIZED_FLAG74-- Performing Test WITH_WERROR_UNINITIALIZED_FLAG - Success75-- Performing Test WITH_WIMPLICIT_FALLTHROUGH_FLAG76-- Performing Test WITH_WIMPLICIT_FALLTHROUGH_FLAG - Success77-- Performing Test WITH_WERROR_STRICT_OVERFLOW_FLAG78-- Performing Test WITH_WERROR_STRICT_OVERFLOW_FLAG - Success79-- Performing Test WITH_WSTRICT_OVERFLOW_2_FLAG80-- Performing Test WITH_WSTRICT_OVERFLOW_2_FLAG - Success81-- Performing Test WITH_WNO_FORMAT_ZERO_LENGTH_FLAG82-- Performing Test WITH_WNO_FORMAT_ZERO_LENGTH_FLAG - Success83-- Performing Test WITH_WMISSING_FIELD_INITIALIZERS_FLAG84-- Performing Test WITH_WMISSING_FIELD_INITIALIZERS_FLAG - Success85-- Performing Test WITH_WSIGN_COMPARE_FLAG86-- Performing Test WITH_WSIGN_COMPARE_FLAG - Success87-- Performing Test REQUIRED_FLAGS_WFORMAT88-- Performing Test REQUIRED_FLAGS_WFORMAT - Success89-- Performing Test WITH_WFORMAT_SECURITY_FLAG90-- Performing Test WITH_WFORMAT_SECURITY_FLAG - Success91-- Performing Test WITH_WERROR_FORMAT_SECURITY_FLAG92-- Performing Test WITH_WERROR_FORMAT_SECURITY_FLAG - Success93-- Performing Test WITH_FNO_COMMON_FLAG94-- Performing Test WITH_FNO_COMMON_FLAG - Success95-- Performing Test WITH_STACK_PROTECTOR_STRONG96-- Performing Test WITH_STACK_PROTECTOR_STRONG - Success97-- Performing Test WITH_STACK_CLASH_PROTECTION98-- Performing Test WITH_STACK_CLASH_PROTECTION - Success99-- Performing Test WITH_WNO_ERROR_DEPRECATED_DECLARATIONS_FLAG100-- Performing Test WITH_WNO_ERROR_DEPRECATED_DECLARATIONS_FLAG - Success101-- Performing Test WITH_WNO_ERROR_TAUTOLOGICAL_COMPARE_FLAG102-- Performing Test WITH_WNO_ERROR_TAUTOLOGICAL_COMPARE_FLAG - Success103-- Performing Test WITH_WNO_DEPRECATED_DECLARATIONS_FLAG104-- Performing Test WITH_WNO_DEPRECATED_DECLARATIONS_FLAG - Success105-- Found ZLIB: /usr/lib/libz.so (found version "1.3.#define ZLIB_VERSION "1.3"") 106-- Found OpenSSL: /usr/lib/libcrypto.so (found version "3.1.4") 107-- Found CMocka: /usr/lib/libcmocka.so 108-- Performing Test CMAKE_HAVE_LIBC_PTHREAD109-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success110-- Found Threads: TRUE 111-- Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES) 112-- Could NOT find NaCl (missing: NACL_LIBRARIES NACL_INCLUDE_DIRS) 113CMake Warning (dev) at cmake/Modules/FindABIMap.cmake:225 (find_package):114 Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules115 are removed. Run "cmake --help-policy CMP0148" for policy details. Use116 the cmake_policy command to set the policy and suppress this warning.117Call Stack (most recent call first):118 CMakeLists.txt:105 (find_package)119This warning is for project developers. Use -Wno-dev to suppress it.120-- Found PythonInterp: /usr/bin/python3.11 (found version "3.11.5") 121-- Found ABIMap: /usr/bin/abimap (found suitable version "0.3.2", minimum required is "0.3.1") 122-- Performing Test WITH_VISIBILITY_HIDDEN123-- Performing Test WITH_VISIBILITY_HIDDEN - Success124-- Looking for argp.h125-- Looking for argp.h - found126-- Looking for pty.h127-- Looking for pty.h - found128-- Looking for utmp.h129-- Looking for utmp.h - found130-- Looking for termios.h131-- Looking for termios.h - found132-- Looking for unistd.h133-- Looking for unistd.h - found134-- Looking for stdint.h135-- Looking for stdint.h - found136-- Looking for util.h137-- Looking for util.h - not found138-- Looking for libutil.h139-- Looking for libutil.h - not found140-- Looking for sys/time.h141-- Looking for sys/time.h - found142-- Looking for sys/utime.h143-- Looking for sys/utime.h - not found144-- Looking for sys/param.h145-- Looking for sys/param.h - found146-- Looking for arpa/inet.h147-- Looking for arpa/inet.h - found148-- Looking for byteswap.h149-- Looking for byteswap.h - found150-- Looking for glob.h151-- Looking for glob.h - found152-- Looking for valgrind/valgrind.h153-- Looking for valgrind/valgrind.h - not found154-- Looking for openssl/des.h155-- Looking for openssl/des.h - found156-- Looking for openssl/aes.h157-- Looking for openssl/aes.h - found158-- Looking for openssl/ecdh.h159-- Looking for openssl/ecdh.h - found160-- Looking for openssl/ec.h161-- Looking for openssl/ec.h - found162-- Looking for openssl/ecdsa.h163-- Looking for openssl/ecdsa.h - found164-- Looking for EVP_aes_128_ctr165-- Looking for EVP_aes_128_ctr - found166-- Looking for EVP_aes_128_cbc167-- Looking for EVP_aes_128_cbc - found168-- Looking for EVP_aes_128_gcm169-- Looking for EVP_aes_128_gcm - found170-- Looking for CRYPTO_THREADID_set_callback171-- Looking for CRYPTO_THREADID_set_callback - not found172-- Looking for CRYPTO_ctr128_encrypt173-- Looking for CRYPTO_ctr128_encrypt - found174-- Looking for EVP_CIPHER_CTX_new175-- Looking for EVP_CIPHER_CTX_new - found176-- Looking for EVP_KDF_CTX_new_id177-- Looking for EVP_KDF_CTX_new_id - not found178-- Looking for FIPS_mode179-- Looking for FIPS_mode - not found180-- Looking for RAND_priv_bytes181-- Looking for RAND_priv_bytes - found182-- Looking for EVP_DigestSign183-- Looking for EVP_DigestSign - found184-- Looking for EVP_DigestVerify185-- Looking for EVP_DigestVerify - found186-- Looking for OPENSSL_ia32cap_loc187-- Looking for OPENSSL_ia32cap_loc - not found188-- Looking for EVP_PKEY_ED25519189-- Looking for EVP_PKEY_ED25519 - found190-- Looking for EVP_PKEY_X25519191-- Looking for EVP_PKEY_X25519 - found192-- Looking for isblank193-- Looking for isblank - found194-- Looking for strncpy195-- Looking for strncpy - found196-- Looking for strndup197-- Looking for strndup - found198-- Looking for strtoull199-- Looking for strtoull - found200-- Looking for explicit_bzero201-- Looking for explicit_bzero - found202-- Looking for memset_s203-- Looking for memset_s - not found204-- Performing Test HAVE_GLOB_GL_FLAGS_MEMBER205-- Performing Test HAVE_GLOB_GL_FLAGS_MEMBER - Success206-- Looking for glob207-- Looking for glob - found208-- Looking for vsnprintf209-- Looking for vsnprintf - found210-- Looking for snprintf211-- Looking for snprintf - found212-- Looking for poll213-- Looking for poll - found214-- Looking for select215-- Looking for select - found216-- Looking for getaddrinfo217-- Looking for getaddrinfo - found218-- Looking for ntohll219-- Looking for ntohll - not found220-- Looking for htonll221-- Looking for htonll - not found222-- Looking for clock_gettime in rt223-- Looking for clock_gettime in rt - found224-- Looking for forkpty in util225-- Looking for forkpty in util - found226-- Looking for cfmakeraw227-- Looking for cfmakeraw - found228-- Looking for __strtoull229-- Looking for __strtoull - not found230-- Looking for cmocka_set_test_filter231-- Looking for cmocka_set_test_filter - found232-- Performing Test HAVE_GCC_THREAD_LOCAL_STORAGE233-- Performing Test HAVE_GCC_THREAD_LOCAL_STORAGE - Success234-- Performing Test HAVE_MSC_THREAD_LOCAL_STORAGE235-- Performing Test HAVE_MSC_THREAD_LOCAL_STORAGE - Failed236-- Performing Test HAVE_CONSTRUCTOR_ATTRIBUTE237-- Performing Test HAVE_CONSTRUCTOR_ATTRIBUTE - Success238-- Performing Test HAVE_DESTRUCTOR_ATTRIBUTE239-- Performing Test HAVE_DESTRUCTOR_ATTRIBUTE - Success240-- Performing Test HAVE_FALLTHROUGH_ATTRIBUTE241-- Performing Test HAVE_FALLTHROUGH_ATTRIBUTE - Success242-- Performing Test HAVE_UNUSED_ATTRIBUTE243-- Performing Test HAVE_UNUSED_ATTRIBUTE - Success244-- Performing Test HAVE_GCC_VOLATILE_MEMORY_PROTECTION245-- Performing Test HAVE_GCC_VOLATILE_MEMORY_PROTECTION - Success246-- Performing Test HAVE_COMPILER__FUNC__247-- Performing Test HAVE_COMPILER__FUNC__ - Success248-- Performing Test HAVE_COMPILER__FUNCTION__249-- Performing Test HAVE_COMPILER__FUNCTION__ - Success250-- Performing Test HAVE_LD_VERSION_SCRIPT251-- Performing Test HAVE_LD_VERSION_SCRIPT - Success252-- Found Doxygen: /usr/bin/doxygen (found version "1.9.6") found components: doxygen missing components: dot253-- Threads_FOUND=TRUE254-- The CXX compiler identification is GNU 7.5.0255-- Detecting CXX compiler ABI info256-- Detecting CXX compiler ABI info - done257-- Check for working CXX compiler: /usr/bin/g++-7 - skipped258-- Detecting CXX compile features259-- Detecting CXX compile features - done260-- ********************************************261-- ********** libssh build options : **********262-- zlib support: ON263-- libgcrypt support: OFF264-- libmbedTLS support: OFF265-- libnacl support: OFF266-- SFTP support: ON267-- Server support : ON268-- GSSAPI support : 0269-- GEX support : ON270-- Pcap debugging support : ON271-- Build shared library: ON272-- Unit testing: ON273-- Client code testing: OFF274-- Blowfish cipher support: OFF275-- Server code testing: OFF276-- Public API documentation generation277-- Benchmarks: OFF278-- Symbol versioning: ON279-- Allow ABI break: OFF280-- Release is final: 281-- Global client config: /etc/ssh/ssh_config282-- Global bind config: /etc/ssh/libssh_server_config283-- ********************************************284-- Configuring done (7.6s)285-- Generating done (0.1s)286-- Build files have been written to: /builds/libssh/libssh-mirror/obj287[ 0%] Searching for files288[ 0%] Built target dev_header_list_int289[ 0%] Built target dev_header_list290[ 0%] Extracting symbols from headers291[ 0%] Built target libssh_dev.symbols_int292[ 0%] Built target libssh_dev.symbols293[ 1%] Generating the map libssh_dev.map294[WARNING] Overwriting existing file '/builds/libssh/libssh-mirror/obj/src/libssh_dev.map'295No symbols added or removed. Nothing done.296[ 1%] Built target libssh_dev.map_int297[ 1%] Built target libssh_dev.map_copy298[ 1%] Building C object src/CMakeFiles/ssh.dir/agent.c.o299[ 2%] Building C object src/CMakeFiles/ssh-static.dir/agent.c.o300[ 3%] Building C object src/CMakeFiles/ssh-static.dir/auth.c.o301[ 3%] Building C object src/CMakeFiles/ssh.dir/auth.c.o302[ 4%] Building C object src/CMakeFiles/ssh.dir/base64.c.o303[ 4%] Building C object src/CMakeFiles/ssh-static.dir/base64.c.o304[ 4%] Building C object src/CMakeFiles/ssh.dir/bignum.c.o305[ 4%] Building C object src/CMakeFiles/ssh-static.dir/bignum.c.o306[ 4%] Building C object src/CMakeFiles/ssh-static.dir/buffer.c.o307[ 5%] Building C object src/CMakeFiles/ssh.dir/buffer.c.o308[ 6%] Building C object src/CMakeFiles/ssh-static.dir/callbacks.c.o309[ 6%] Building C object src/CMakeFiles/ssh.dir/callbacks.c.o310[ 6%] Building C object src/CMakeFiles/ssh-static.dir/channels.c.o311[ 7%] Building C object src/CMakeFiles/ssh.dir/channels.c.o312[ 8%] Building C object src/CMakeFiles/ssh-static.dir/client.c.o313[ 8%] Building C object src/CMakeFiles/ssh.dir/client.c.o314[ 8%] Building C object src/CMakeFiles/ssh-static.dir/config.c.o315[ 8%] Building C object src/CMakeFiles/ssh.dir/config.c.o316[ 8%] Building C object src/CMakeFiles/ssh-static.dir/connect.c.o317[ 9%] Building C object src/CMakeFiles/ssh.dir/connect.c.o318[ 10%] Building C object src/CMakeFiles/ssh-static.dir/connector.c.o319[ 10%] Building C object src/CMakeFiles/ssh.dir/connector.c.o320[ 10%] Building C object src/CMakeFiles/ssh-static.dir/curve25519.c.o321[ 11%] Building C object src/CMakeFiles/ssh.dir/curve25519.c.o322[ 12%] Building C object src/CMakeFiles/ssh-static.dir/dh.c.o323[ 12%] Building C object src/CMakeFiles/ssh.dir/dh.c.o324[ 12%] Building C object src/CMakeFiles/ssh-static.dir/ecdh.c.o325[ 12%] Building C object src/CMakeFiles/ssh.dir/ecdh.c.o326[ 12%] Building C object src/CMakeFiles/ssh-static.dir/error.c.o327[ 13%] Building C object src/CMakeFiles/ssh.dir/error.c.o328[ 14%] Building C object src/CMakeFiles/ssh-static.dir/getpass.c.o329[ 14%] Building C object src/CMakeFiles/ssh.dir/getpass.c.o330[ 14%] Building C object src/CMakeFiles/ssh-static.dir/init.c.o331[ 15%] Building C object src/CMakeFiles/ssh.dir/init.c.o332[ 16%] Building C object src/CMakeFiles/ssh-static.dir/kdf.c.o333[ 16%] Building C object src/CMakeFiles/ssh.dir/kdf.c.o334[ 16%] Building C object src/CMakeFiles/ssh.dir/kex.c.o335[ 16%] Building C object src/CMakeFiles/ssh-static.dir/kex.c.o336[ 18%] Building C object src/CMakeFiles/ssh.dir/known_hosts.c.o337[ 18%] Building C object src/CMakeFiles/ssh-static.dir/known_hosts.c.o338[ 18%] Building C object src/CMakeFiles/ssh-static.dir/knownhosts.c.o339[ 18%] Building C object src/CMakeFiles/ssh.dir/knownhosts.c.o340[ 18%] Building C object src/CMakeFiles/ssh-static.dir/legacy.c.o341[ 19%] Building C object src/CMakeFiles/ssh.dir/legacy.c.o342/builds/libssh/libssh-mirror/src/legacy.c: In function 'publickey_free':343/builds/libssh/libssh-mirror/src/legacy.c:357:7: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]344 DSA_free(key->dsa_pub);345 ^~~~~~~~346In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28:0,347 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,348 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,349 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,350 from /builds/libssh/libssh-mirror/src/legacy.c:33:351/usr/include/openssl/dsa.h:132:28: note: declared here352 OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);353 ^~~~~~~~354/builds/libssh/libssh-mirror/src/legacy.c:364:7: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]355 RSA_free(key->rsa_pub);356 ^~~~~~~~357In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:29:0,358 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,359 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,360 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,361 from /builds/libssh/libssh-mirror/src/legacy.c:33:362/usr/include/openssl/rsa.h:299:28: note: declared here363 OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);364 ^~~~~~~~365/builds/libssh/libssh-mirror/src/legacy.c: In function 'privatekey_free':366/builds/libssh/libssh-mirror/src/legacy.c:467:3: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]367 DSA_free(prv->dsa_priv);368 ^~~~~~~~369In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28:0,370 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,371 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,372 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,373 from /builds/libssh/libssh-mirror/src/legacy.c:33:374/usr/include/openssl/dsa.h:132:28: note: declared here375 OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);376 ^~~~~~~~377/builds/libssh/libssh-mirror/src/legacy.c:468:3: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]378 RSA_free(prv->rsa_priv);379 ^~~~~~~~380In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:29:0,381 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,382 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,383 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,384 from /builds/libssh/libssh-mirror/src/legacy.c:33:385/usr/include/openssl/rsa.h:299:28: note: declared here386 OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);387 ^~~~~~~~388/builds/libssh/libssh-mirror/src/legacy.c: In function 'publickey_free':389/builds/libssh/libssh-mirror/src/legacy.c:357:7: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]390 DSA_free(key->dsa_pub);391 ^~~~~~~~392In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28:0,393 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,394 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,395 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,396 from /builds/libssh/libssh-mirror/src/legacy.c:33:397/usr/include/openssl/dsa.h:132:28: note: declared here398 OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);399 ^~~~~~~~400/builds/libssh/libssh-mirror/src/legacy.c:364:7: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]401 RSA_free(key->rsa_pub);402 ^~~~~~~~403In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:29:0,404 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,405 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,406 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,407 from /builds/libssh/libssh-mirror/src/legacy.c:33:408/usr/include/openssl/rsa.h:299:28: note: declared here409 OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);410 ^~~~~~~~411/builds/libssh/libssh-mirror/src/legacy.c: In function 'privatekey_free':412/builds/libssh/libssh-mirror/src/legacy.c:467:3: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]413 DSA_free(prv->dsa_priv);414 ^~~~~~~~415In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28:0,416 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,417 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,418 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,419 from /builds/libssh/libssh-mirror/src/legacy.c:33:420/usr/include/openssl/dsa.h:132:28: note: declared here421 OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);422 ^~~~~~~~423/builds/libssh/libssh-mirror/src/legacy.c:468:3: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]424 RSA_free(prv->rsa_priv);425 ^~~~~~~~426In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:29:0,427 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,428 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,429 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,430 from /builds/libssh/libssh-mirror/src/legacy.c:33:431/usr/include/openssl/rsa.h:299:28: note: declared here432 OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);433 ^~~~~~~~434[ 20%] Building C object src/CMakeFiles/ssh-static.dir/log.c.o435[ 20%] Building C object src/CMakeFiles/ssh.dir/log.c.o436[ 20%] Building C object src/CMakeFiles/ssh-static.dir/match.c.o437[ 20%] Building C object src/CMakeFiles/ssh.dir/match.c.o438[ 21%] Building C object src/CMakeFiles/ssh-static.dir/messages.c.o439[ 22%] Building C object src/CMakeFiles/ssh.dir/messages.c.o440[ 22%] Building C object src/CMakeFiles/ssh-static.dir/misc.c.o441[ 22%] Building C object src/CMakeFiles/ssh.dir/misc.c.o442[ 23%] Building C object src/CMakeFiles/ssh-static.dir/options.c.o443[ 23%] Building C object src/CMakeFiles/ssh.dir/options.c.o444[ 24%] Building C object src/CMakeFiles/ssh.dir/packet.c.o445[ 24%] Building C object src/CMakeFiles/ssh-static.dir/packet.c.o446[ 24%] Building C object src/CMakeFiles/ssh-static.dir/packet_cb.c.o447[ 24%] Building C object src/CMakeFiles/ssh.dir/packet_cb.c.o448[ 26%] Building C object src/CMakeFiles/ssh-static.dir/packet_crypt.c.o449[ 26%] Building C object src/CMakeFiles/ssh.dir/packet_crypt.c.o450[ 26%] Building C object src/CMakeFiles/ssh.dir/pcap.c.o451[ 26%] Building C object src/CMakeFiles/ssh-static.dir/pcap.c.o452[ 26%] Building C object src/CMakeFiles/ssh-static.dir/pki.c.o453[ 27%] Building C object src/CMakeFiles/ssh.dir/pki.c.o454/builds/libssh/libssh-mirror/src/pki.c: In function 'ssh_key_clean':455/builds/libssh/libssh-mirror/src/pki.c: In function 'ssh_key_clean':456/builds/libssh/libssh-mirror/src/pki.c:148:5: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]457 if(key->dsa) DSA_free(key->dsa);458 ^~459In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28:0,460 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,461 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,462 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,463 from /builds/libssh/libssh-mirror/src/pki.c:58:464/usr/include/openssl/dsa.h:132:28: note: declared here465 OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);466 ^~~~~~~~467/builds/libssh/libssh-mirror/src/pki.c:149:5: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]468 if(key->rsa) RSA_free(key->rsa);469 ^~470In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:29:0,471 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,472 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,473 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,474 from /builds/libssh/libssh-mirror/src/pki.c:58:475/usr/include/openssl/rsa.h:299:28: note: declared here476 OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);477 ^~~~~~~~478/builds/libssh/libssh-mirror/src/pki.c:151:5: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]479 if(key->ecdsa) EC_KEY_free(key->ecdsa);480 ^~481In file included from /builds/libssh/libssh-mirror/include/libssh/pki.h:26:0,482 from /builds/libssh/libssh-mirror/src/pki.c:60:483/usr/include/openssl/ec.h:1006:28: note: declared here484 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);485 ^~~~~~~~~~~486/builds/libssh/libssh-mirror/src/pki.c:148:5: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]487 if(key->dsa) DSA_free(key->dsa);488 ^~489In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28:0,490 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,491 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,492 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,493 from /builds/libssh/libssh-mirror/src/pki.c:58:494/usr/include/openssl/dsa.h:132:28: note: declared here495 OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);496 ^~~~~~~~497/builds/libssh/libssh-mirror/src/pki.c:149:5: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]498 if(key->rsa) RSA_free(key->rsa);499 ^~500In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:29:0,501 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,502 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,503 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,504 from /builds/libssh/libssh-mirror/src/pki.c:58:505/usr/include/openssl/rsa.h:299:28: note: declared here506 OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);507 ^~~~~~~~508/builds/libssh/libssh-mirror/src/pki.c:151:5: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]509 if(key->ecdsa) EC_KEY_free(key->ecdsa);510 ^~511In file included from /builds/libssh/libssh-mirror/include/libssh/pki.h:26:0,512 from /builds/libssh/libssh-mirror/src/pki.c:60:513/usr/include/openssl/ec.h:1006:28: note: declared here514 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);515 ^~~~~~~~~~~516[ 28%] Building C object src/CMakeFiles/ssh.dir/pki_container_openssh.c.o517[ 28%] Building C object src/CMakeFiles/ssh-static.dir/pki_container_openssh.c.o518[ 28%] Building C object src/CMakeFiles/ssh.dir/poll.c.o519[ 28%] Building C object src/CMakeFiles/ssh-static.dir/poll.c.o520[ 29%] Building C object src/CMakeFiles/ssh-static.dir/session.c.o521[ 30%] Building C object src/CMakeFiles/ssh.dir/session.c.o522[ 30%] Building C object src/CMakeFiles/ssh-static.dir/scp.c.o523[ 30%] Building C object src/CMakeFiles/ssh.dir/scp.c.o524[ 30%] Building C object src/CMakeFiles/ssh-static.dir/socket.c.o525[ 31%] Building C object src/CMakeFiles/ssh.dir/socket.c.o526[ 32%] Building C object src/CMakeFiles/ssh-static.dir/string.c.o527[ 32%] Building C object src/CMakeFiles/ssh.dir/string.c.o528[ 32%] Building C object src/CMakeFiles/ssh-static.dir/threads.c.o529[ 32%] Building C object src/CMakeFiles/ssh.dir/threads.c.o530[ 33%] Building C object src/CMakeFiles/ssh-static.dir/wrapper.c.o531[ 34%] Building C object src/CMakeFiles/ssh.dir/wrapper.c.o532/builds/libssh/libssh-mirror/src/wrapper.c: In function 'crypto_free':533/builds/libssh/libssh-mirror/src/wrapper.c:179:9: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]534 EC_KEY_free(crypto->ecdh_privkey);535 ^~~~~~~~~~~536In file included from /usr/include/openssl/ecdh.h:10:0,537 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,538 from /builds/libssh/libssh-mirror/src/wrapper.c:47:539/usr/include/openssl/ec.h:1006:28: note: declared here540 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);541 ^~~~~~~~~~~542/builds/libssh/libssh-mirror/src/wrapper.c: In function 'crypto_free':543/builds/libssh/libssh-mirror/src/wrapper.c:179:9: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]544 EC_KEY_free(crypto->ecdh_privkey);545 ^~~~~~~~~~~546In file included from /usr/include/openssl/ecdh.h:10:0,547 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,548 from /builds/libssh/libssh-mirror/src/wrapper.c:47:549/usr/include/openssl/ec.h:1006:28: note: declared here550 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);551 ^~~~~~~~~~~552[ 34%] Building C object src/CMakeFiles/ssh-static.dir/external/bcrypt_pbkdf.c.o553[ 34%] Building C object src/CMakeFiles/ssh.dir/external/bcrypt_pbkdf.c.o554[ 34%] Building C object src/CMakeFiles/ssh-static.dir/external/blowfish.c.o555[ 35%] Building C object src/CMakeFiles/ssh.dir/external/blowfish.c.o556[ 36%] Building C object src/CMakeFiles/ssh-static.dir/external/chacha.c.o557[ 36%] Building C object src/CMakeFiles/ssh.dir/external/chacha.c.o558[ 36%] Building C object src/CMakeFiles/ssh-static.dir/external/poly1305.c.o559[ 36%] Building C object src/CMakeFiles/ssh.dir/external/poly1305.c.o560[ 37%] Building C object src/CMakeFiles/ssh-static.dir/chachapoly.c.o561[ 38%] Building C object src/CMakeFiles/ssh.dir/chachapoly.c.o562[ 38%] Building C object src/CMakeFiles/ssh-static.dir/config_parser.c.o563[ 38%] Building C object src/CMakeFiles/ssh.dir/config_parser.c.o564[ 38%] Building C object src/CMakeFiles/ssh-static.dir/token.c.o565[ 39%] Building C object src/CMakeFiles/ssh.dir/token.c.o566[ 40%] Building C object src/CMakeFiles/ssh-static.dir/pki_ed25519_common.c.o567[ 40%] Building C object src/CMakeFiles/ssh.dir/pki_ed25519_common.c.o568[ 40%] Building C object src/CMakeFiles/ssh-static.dir/threads/noop.c.o569[ 41%] Building C object src/CMakeFiles/ssh-static.dir/threads/pthread.c.o570[ 41%] Building C object src/CMakeFiles/ssh.dir/threads/noop.c.o571[ 42%] Building C object src/CMakeFiles/ssh.dir/threads/pthread.c.o572[ 42%] Building C object src/CMakeFiles/ssh-static.dir/threads/libcrypto.c.o573[ 42%] Building C object src/CMakeFiles/ssh.dir/threads/libcrypto.c.o574[ 42%] Building C object src/CMakeFiles/ssh-static.dir/pki_crypto.c.o575[ 43%] Building C object src/CMakeFiles/ssh.dir/pki_crypto.c.o576/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_key_ecdsa_to_nid':577/builds/libssh/libssh-mirror/src/pki_crypto.c:84:5: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]578 const EC_GROUP *g = EC_KEY_get0_group(k);579 ^~~~~580In file included from /usr/include/openssl/x509.h:33:0,581 from /usr/include/openssl/pem.h:23,582 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:583/usr/include/openssl/ec.h:1037:39: note: declared here584 OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);585 ^~~~~~~~~~~~~~~~~586/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_privkey_build_ecdsa':587/builds/libssh/libssh-mirror/src/pki_crypto.c:203:5: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]588 key->ecdsa = EC_KEY_new_by_curve_name(key->ecdsa_nid);589 ^~~590In file included from /usr/include/openssl/x509.h:33:0,591 from /usr/include/openssl/pem.h:23,592 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:593/usr/include/openssl/ec.h:1001:31: note: declared here594 OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);595 ^~~~~~~~~~~~~~~~~~~~~~~~596/builds/libssh/libssh-mirror/src/pki_crypto.c:208:5: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]597 g = EC_KEY_get0_group(key->ecdsa);598 ^599In file included from /usr/include/openssl/x509.h:33:0,600 from /usr/include/openssl/pem.h:23,601 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:602/usr/include/openssl/ec.h:1037:39: note: declared here603 OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);604 ^~~~~~~~~~~~~~~~~605/builds/libssh/libssh-mirror/src/pki_crypto.c:226:5: warning: 'EC_KEY_set_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]606 ok = EC_KEY_set_public_key(key->ecdsa, p);607 ^~608In file included from /usr/include/openssl/x509.h:33:0,609 from /usr/include/openssl/pem.h:23,610 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:611/usr/include/openssl/ec.h:1073:27: note: declared here612 OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub);613 ^~~~~~~~~~~~~~~~~~~~~614/builds/libssh/libssh-mirror/src/pki_crypto.c:234:9: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]615 EC_KEY_free(key->ecdsa);616 ^~~~~~~~~~~617In file included from /usr/include/openssl/x509.h:33:0,618 from /usr/include/openssl/pem.h:23,619 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:620/usr/include/openssl/ec.h:1006:28: note: declared here621 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);622 ^~~~~~~~~~~623/builds/libssh/libssh-mirror/src/pki_crypto.c:238:5: warning: 'EC_KEY_set_private_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]624 ok = EC_KEY_set_private_key(key->ecdsa, bexp);625 ^~626In file included from /usr/include/openssl/x509.h:33:0,627 from /usr/include/openssl/pem.h:23,628 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:629/usr/include/openssl/ec.h:1059:27: note: declared here630 OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *prv);631 ^~~~~~~~~~~~~~~~~~~~~~632/builds/libssh/libssh-mirror/src/pki_crypto.c:241:9: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]633 EC_KEY_free(key->ecdsa);634 ^~~~~~~~~~~635In file included from /usr/include/openssl/x509.h:33:0,636 from /usr/include/openssl/pem.h:23,637 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:638/usr/include/openssl/ec.h:1006:28: note: declared here639 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);640 ^~~~~~~~~~~641/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_pubkey_build_ecdsa':642/builds/libssh/libssh-mirror/src/pki_crypto.c:257:5: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]643 key->ecdsa = EC_KEY_new_by_curve_name(key->ecdsa_nid);644 ^~~645In file included from /usr/include/openssl/x509.h:33:0,646 from /usr/include/openssl/pem.h:23,647 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:648/usr/include/openssl/ec.h:1001:31: note: declared here649 OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);650 ^~~~~~~~~~~~~~~~~~~~~~~~651/builds/libssh/libssh-mirror/src/pki_crypto.c:262:5: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]652 g = EC_KEY_get0_group(key->ecdsa);653 ^654In file included from /usr/include/openssl/x509.h:33:0,655 from /usr/include/openssl/pem.h:23,656 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:657/usr/include/openssl/ec.h:1037:39: note: declared here658 OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);659 ^~~~~~~~~~~~~~~~~660/builds/libssh/libssh-mirror/src/pki_crypto.c:280:5: warning: 'EC_KEY_set_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]661 ok = EC_KEY_set_public_key(key->ecdsa, p);662 ^~663In file included from /usr/include/openssl/x509.h:33:0,664 from /usr/include/openssl/pem.h:23,665 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:666/usr/include/openssl/ec.h:1073:27: note: declared here667 OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub);668 ^~~~~~~~~~~~~~~~~~~~~669/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_key_dup':670/builds/libssh/libssh-mirror/src/pki_crypto.c:313:9: warning: 'DSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]671 new->dsa = DSA_new();672 ^~~673In file included from /usr/include/openssl/x509.h:37:0,674 from /usr/include/openssl/pem.h:23,675 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:676/usr/include/openssl/dsa.h:130:28: note: declared here677 OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);678 ^~~~~~~679/builds/libssh/libssh-mirror/src/pki_crypto.c:325:9: warning: 'DSA_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]680 DSA_get0_pqg(key->dsa, &p, &q, &g);681 ^~~~~~~~~~~~682In file included from /usr/include/openssl/x509.h:37:0,683 from /usr/include/openssl/pem.h:23,684 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:685/usr/include/openssl/dsa.h:206:28: note: declared here686 OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p,687 ^~~~~~~~~~~~688/builds/libssh/libssh-mirror/src/pki_crypto.c:337:9: warning: 'DSA_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]689 rc = DSA_set0_pqg(new->dsa, np, nq, ng);690 ^~691In file included from /usr/include/openssl/x509.h:37:0,692 from /usr/include/openssl/pem.h:23,693 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:694/usr/include/openssl/dsa.h:208:27: note: declared here695 OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g);696 ^~~~~~~~~~~~697/builds/libssh/libssh-mirror/src/pki_crypto.c:345:9: warning: 'DSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]698 DSA_get0_key(key->dsa, &pub_key, &priv_key);699 ^~~~~~~~~~~~700In file included from /usr/include/openssl/x509.h:37:0,701 from /usr/include/openssl/pem.h:23,702 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:703/usr/include/openssl/dsa.h:209:28: note: declared here704 OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key,705 ^~~~~~~~~~~~706/builds/libssh/libssh-mirror/src/pki_crypto.c:352:9: warning: 'DSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]707 rc = DSA_set0_key(new->dsa, npub_key, NULL);708 ^~709In file included from /usr/include/openssl/x509.h:37:0,710 from /usr/include/openssl/pem.h:23,711 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:712/usr/include/openssl/dsa.h:211:27: note: declared here713 OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,714 ^~~~~~~~~~~~715/builds/libssh/libssh-mirror/src/pki_crypto.c:364:13: warning: 'DSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]716 rc = DSA_set0_key(new->dsa, NULL, npriv_key);717 ^~718In file included from /usr/include/openssl/x509.h:37:0,719 from /usr/include/openssl/pem.h:23,720 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:721/usr/include/openssl/dsa.h:211:27: note: declared here722 OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,723 ^~~~~~~~~~~~724/builds/libssh/libssh-mirror/src/pki_crypto.c:376:9: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]725 new->rsa = RSA_new();726 ^~~727In file included from /usr/include/openssl/x509.h:36:0,728 from /usr/include/openssl/pem.h:23,729 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:730/usr/include/openssl/rsa.h:207:28: note: declared here731 OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);732 ^~~~~~~733/builds/libssh/libssh-mirror/src/pki_crypto.c:391:9: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]734 RSA_get0_key(key->rsa, &n, &e, &d);735 ^~~~~~~~~~~~736In file included from /usr/include/openssl/x509.h:36:0,737 from /usr/include/openssl/pem.h:23,738 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:739/usr/include/openssl/rsa.h:223:28: note: declared here740 OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,741 ^~~~~~~~~~~~742/builds/libssh/libssh-mirror/src/pki_crypto.c:401:9: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]743 rc = RSA_set0_key(new->rsa, nn, ne, NULL);744 ^~745In file included from /usr/include/openssl/x509.h:36:0,746 from /usr/include/openssl/pem.h:23,747 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:748/usr/include/openssl/rsa.h:213:27: note: declared here749 OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);750 ^~~~~~~~~~~~751/builds/libssh/libssh-mirror/src/pki_crypto.c:419:13: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]752 rc = RSA_set0_key(new->rsa, NULL, NULL, nd);753 ^~754In file included from /usr/include/openssl/x509.h:36:0,755 from /usr/include/openssl/pem.h:23,756 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:757/usr/include/openssl/rsa.h:213:27: note: declared here758 OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);759 ^~~~~~~~~~~~760/builds/libssh/libssh-mirror/src/pki_crypto.c:427:13: warning: 'RSA_get0_factors' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]761 RSA_get0_factors(key->rsa, &p, &q);762 ^~~~~~~~~~~~~~~~763In file included from /usr/include/openssl/x509.h:36:0,764 from /usr/include/openssl/pem.h:23,765 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:766/usr/include/openssl/rsa.h:226:28: note: declared here767 OSSL_DEPRECATEDIN_3_0 void RSA_get0_factors(const RSA *r,768 ^~~~~~~~~~~~~~~~769/builds/libssh/libssh-mirror/src/pki_crypto.c:438:17: warning: 'RSA_set0_factors' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]770 rc = RSA_set0_factors(new->rsa, np, nq);771 ^~772In file included from /usr/include/openssl/x509.h:36:0,773 from /usr/include/openssl/pem.h:23,774 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:775/usr/include/openssl/rsa.h:214:27: note: declared here776 OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q);777 ^~~~~~~~~~~~~~~~778/builds/libssh/libssh-mirror/src/pki_crypto.c:446:13: warning: 'RSA_get0_crt_params' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]779 RSA_get0_crt_params(key->rsa, &dmp1, &dmq1, &iqmp);780 ^~~~~~~~~~~~~~~~~~~781In file included from /usr/include/openssl/x509.h:36:0,782 from /usr/include/openssl/pem.h:23,783 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:784/usr/include/openssl/rsa.h:231:28: note: declared here785 OSSL_DEPRECATEDIN_3_0 void RSA_get0_crt_params(const RSA *r,786 ^~~~~~~~~~~~~~~~~~~787/builds/libssh/libssh-mirror/src/pki_crypto.c:460:17: warning: 'RSA_set0_crt_params' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]788 rc = RSA_set0_crt_params(new->rsa, ndmp1, ndmq1, niqmp);789 ^~790In file included from /usr/include/openssl/x509.h:36:0,791 from /usr/include/openssl/pem.h:23,792 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:793/usr/include/openssl/rsa.h:215:27: note: declared here794 OSSL_DEPRECATEDIN_3_0 int RSA_set0_crt_params(RSA *r,795 ^~~~~~~~~~~~~~~~~~~796/builds/libssh/libssh-mirror/src/pki_crypto.c:483:13: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]797 new->ecdsa = EC_KEY_new_by_curve_name(key->ecdsa_nid);798 ^~~799In file included from /usr/include/openssl/x509.h:33:0,800 from /usr/include/openssl/pem.h:23,801 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:802/usr/include/openssl/ec.h:1001:31: note: declared here803 OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);804 ^~~~~~~~~~~~~~~~~~~~~~~~805/builds/libssh/libssh-mirror/src/pki_crypto.c:488:13: warning: 'EC_KEY_get0_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]806 p = EC_KEY_get0_public_key(key->ecdsa);807 ^808In file included from /usr/include/openssl/x509.h:33:0,809 from /usr/include/openssl/pem.h:23,810 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:811/usr/include/openssl/ec.h:1065:39: note: declared here812 OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key);813 ^~~~~~~~~~~~~~~~~~~~~~814/builds/libssh/libssh-mirror/src/pki_crypto.c:493:13: warning: 'EC_KEY_set_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]815 ok = EC_KEY_set_public_key(new->ecdsa, p);816 ^~817In file included from /usr/include/openssl/x509.h:33:0,818 from /usr/include/openssl/pem.h:23,819 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:820/usr/include/openssl/ec.h:1073:27: note: declared here821 OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub);822 ^~~~~~~~~~~~~~~~~~~~~823/builds/libssh/libssh-mirror/src/pki_crypto.c:498:13: warning: 'EC_KEY_dup' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]824 new->ecdsa = EC_KEY_dup(key->ecdsa);825 ^~~826In file included from /usr/include/openssl/x509.h:33:0,827 from /usr/include/openssl/pem.h:23,828 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:829/usr/include/openssl/ec.h:1019:31: note: declared here830 OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_dup(const EC_KEY *src);831 ^~~~~~~~~~832/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_key_generate_rsa':833/builds/libssh/libssh-mirror/src/pki_crypto.c:525:2: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]834 key->rsa = RSA_new();835 ^~~836In file included from /usr/include/openssl/x509.h:36:0,837 from /usr/include/openssl/pem.h:23,838 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:839/usr/include/openssl/rsa.h:207:28: note: declared here840 OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);841 ^~~~~~~842/builds/libssh/libssh-mirror/src/pki_crypto.c:528:2: warning: 'RSA_generate_key_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]843 rc = RSA_generate_key_ex(key->rsa, parameter, e, NULL);844 ^~845In file included from /usr/include/openssl/x509.h:36:0,846 from /usr/include/openssl/pem.h:23,847 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:848/usr/include/openssl/rsa.h:266:27: note: declared here849 OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e,850 ^~~~~~~~~~~~~~~~~~~851/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_key_generate_dss':852/builds/libssh/libssh-mirror/src/pki_crypto.c:540:5: warning: 'DSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]853 key->dsa = DSA_new();854 ^~~855In file included from /usr/include/openssl/x509.h:37:0,856 from /usr/include/openssl/pem.h:23,857 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:858/usr/include/openssl/dsa.h:130:28: note: declared here859 OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);860 ^~~~~~~861/builds/libssh/libssh-mirror/src/pki_crypto.c:544:5: warning: 'DSA_generate_parameters_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]862 rc = DSA_generate_parameters_ex(key->dsa,863 ^~864In file included from /usr/include/openssl/x509.h:37:0,865 from /usr/include/openssl/pem.h:23,866 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:867/usr/include/openssl/dsa.h:172:27: note: declared here868 OSSL_DEPRECATEDIN_3_0 int DSA_generate_parameters_ex(DSA *dsa, int bits,869 ^~~~~~~~~~~~~~~~~~~~~~~~~~870/builds/libssh/libssh-mirror/src/pki_crypto.c:552:9: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]871 DSA_free(key->dsa);872 ^~~~~~~~873In file included from /usr/include/openssl/x509.h:37:0,874 from /usr/include/openssl/pem.h:23,875 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:876/usr/include/openssl/dsa.h:132:28: note: declared here877 OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);878 ^~~~~~~~879/builds/libssh/libssh-mirror/src/pki_crypto.c:563:5: warning: 'DSA_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]880 rc = DSA_generate_key(key->dsa);881 ^~882In file included from /usr/include/openssl/x509.h:37:0,883 from /usr/include/openssl/pem.h:23,884 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:885/usr/include/openssl/dsa.h:179:27: note: declared here886 OSSL_DEPRECATEDIN_3_0 int DSA_generate_key(DSA *a);887 ^~~~~~~~~~~~~~~~888/builds/libssh/libssh-mirror/src/pki_crypto.c:565:9: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]889 DSA_free(key->dsa);890 ^~~~~~~~891In file included from /usr/include/openssl/x509.h:37:0,892 from /usr/include/openssl/pem.h:23,893 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:894/usr/include/openssl/dsa.h:132:28: note: declared here895 OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);896 ^~~~~~~~897/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_key_generate_ecdsa':898/builds/libssh/libssh-mirror/src/pki_crypto.c:595:5: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]899 key->ecdsa = EC_KEY_new_by_curve_name(key->ecdsa_nid);900 ^~~901In file included from /usr/include/openssl/x509.h:33:0,902 from /usr/include/openssl/pem.h:23,903 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:904/usr/include/openssl/ec.h:1001:31: note: declared here905 OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);906 ^~~~~~~~~~~~~~~~~~~~~~~~907/builds/libssh/libssh-mirror/src/pki_crypto.c:600:5: warning: 'EC_KEY_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]908 ok = EC_KEY_generate_key(key->ecdsa);909 ^~910In file included from /usr/include/openssl/x509.h:33:0,911 from /usr/include/openssl/pem.h:23,912 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:913/usr/include/openssl/ec.h:1104:27: note: declared here914 OSSL_DEPRECATEDIN_3_0 int EC_KEY_generate_key(EC_KEY *key);915 ^~~~~~~~~~~~~~~~~~~916/builds/libssh/libssh-mirror/src/pki_crypto.c:602:9: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]917 EC_KEY_free(key->ecdsa);918 ^~~~~~~~~~~919In file included from /usr/include/openssl/x509.h:33:0,920 from /usr/include/openssl/pem.h:23,921 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:922/usr/include/openssl/ec.h:1006:28: note: declared here923 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);924 ^~~~~~~~~~~925/builds/libssh/libssh-mirror/src/pki_crypto.c:606:5: warning: 'EC_KEY_set_asn1_flag' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]926 EC_KEY_set_asn1_flag(key->ecdsa, OPENSSL_EC_NAMED_CURVE);927 ^~~~~~~~~~~~~~~~~~~~928In file included from /usr/include/openssl/x509.h:33:0,929 from /usr/include/openssl/pem.h:23,930 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:931/usr/include/openssl/ec.h:1090:28: note: declared here932 OSSL_DEPRECATEDIN_3_0 void EC_KEY_set_asn1_flag(EC_KEY *eckey, int asn1_flag);933 ^~~~~~~~~~~~~~~~~~~~934/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_key_compare':935/builds/libssh/libssh-mirror/src/pki_crypto.c:620:13: warning: 'DSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]936 if (DSA_size(k1->dsa) != DSA_size(k2->dsa)) {937 ^~938In file included from /usr/include/openssl/x509.h:37:0,939 from /usr/include/openssl/pem.h:23,940 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:941/usr/include/openssl/dsa.h:135:27: note: declared here942 OSSL_DEPRECATEDIN_3_0 int DSA_size(const DSA *);943 ^~~~~~~~944/builds/libssh/libssh-mirror/src/pki_crypto.c:620:13: warning: 'DSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]945 if (DSA_size(k1->dsa) != DSA_size(k2->dsa)) {946 ^~947In file included from /usr/include/openssl/x509.h:37:0,948 from /usr/include/openssl/pem.h:23,949 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:950/usr/include/openssl/dsa.h:135:27: note: declared here951 OSSL_DEPRECATEDIN_3_0 int DSA_size(const DSA *);952 ^~~~~~~~953/builds/libssh/libssh-mirror/src/pki_crypto.c:623:13: warning: 'DSA_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]954 DSA_get0_pqg(k1->dsa, &p1, &q1, &g1);955 ^~~~~~~~~~~~956In file included from /usr/include/openssl/x509.h:37:0,957 from /usr/include/openssl/pem.h:23,958 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:959/usr/include/openssl/dsa.h:206:28: note: declared here960 OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p,961 ^~~~~~~~~~~~962/builds/libssh/libssh-mirror/src/pki_crypto.c:624:13: warning: 'DSA_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]963 DSA_get0_pqg(k2->dsa, &p2, &q2, &g2);964 ^~~~~~~~~~~~965In file included from /usr/include/openssl/x509.h:37:0,966 from /usr/include/openssl/pem.h:23,967 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:968/usr/include/openssl/dsa.h:206:28: note: declared here969 OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p,970 ^~~~~~~~~~~~971/builds/libssh/libssh-mirror/src/pki_crypto.c:634:13: warning: 'DSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]972 DSA_get0_key(k1->dsa, &pub_key1, &priv_key1);973 ^~~~~~~~~~~~974In file included from /usr/include/openssl/x509.h:37:0,975 from /usr/include/openssl/pem.h:23,976 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:977/usr/include/openssl/dsa.h:209:28: note: declared here978 OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key,979 ^~~~~~~~~~~~980/builds/libssh/libssh-mirror/src/pki_crypto.c:635:13: warning: 'DSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]981 DSA_get0_key(k2->dsa, &pub_key2, &priv_key2);982 ^~~~~~~~~~~~983In file included from /usr/include/openssl/x509.h:37:0,984 from /usr/include/openssl/pem.h:23,985 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:986/usr/include/openssl/dsa.h:209:28: note: declared here987 OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key,988 ^~~~~~~~~~~~989/builds/libssh/libssh-mirror/src/pki_crypto.c:650:13: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]990 if (RSA_size(k1->rsa) != RSA_size(k2->rsa)) {991 ^~992In file included from /usr/include/openssl/x509.h:36:0,993 from /usr/include/openssl/pem.h:23,994 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:995/usr/include/openssl/rsa.h:210:27: note: declared here996 OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);997 ^~~~~~~~998/builds/libssh/libssh-mirror/src/pki_crypto.c:650:13: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]999 if (RSA_size(k1->rsa) != RSA_size(k2->rsa)) {1000 ^~1001In file included from /usr/include/openssl/x509.h:36:0,1002 from /usr/include/openssl/pem.h:23,1003 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1004/usr/include/openssl/rsa.h:210:27: note: declared here1005 OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);1006 ^~~~~~~~1007/builds/libssh/libssh-mirror/src/pki_crypto.c:653:13: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1008 RSA_get0_key(k1->rsa, &n1, &e1, NULL);1009 ^~~~~~~~~~~~1010In file included from /usr/include/openssl/x509.h:36:0,1011 from /usr/include/openssl/pem.h:23,1012 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1013/usr/include/openssl/rsa.h:223:28: note: declared here1014 OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,1015 ^~~~~~~~~~~~1016/builds/libssh/libssh-mirror/src/pki_crypto.c:654:13: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1017 RSA_get0_key(k2->rsa, &n2, &e2, NULL);1018 ^~~~~~~~~~~~1019In file included from /usr/include/openssl/x509.h:36:0,1020 from /usr/include/openssl/pem.h:23,1021 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1022/usr/include/openssl/rsa.h:223:28: note: declared here1023 OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,1024 ^~~~~~~~~~~~1025/builds/libssh/libssh-mirror/src/pki_crypto.c:663:17: warning: 'RSA_get0_factors' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1026 RSA_get0_factors(k1->rsa, &p1, &q1);1027 ^~~~~~~~~~~~~~~~1028In file included from /usr/include/openssl/x509.h:36:0,1029 from /usr/include/openssl/pem.h:23,1030 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1031/usr/include/openssl/rsa.h:226:28: note: declared here1032 OSSL_DEPRECATEDIN_3_0 void RSA_get0_factors(const RSA *r,1033 ^~~~~~~~~~~~~~~~1034/builds/libssh/libssh-mirror/src/pki_crypto.c:664:17: warning: 'RSA_get0_factors' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1035 RSA_get0_factors(k2->rsa, &p2, &q2);1036 ^~~~~~~~~~~~~~~~1037In file included from /usr/include/openssl/x509.h:36:0,1038 from /usr/include/openssl/pem.h:23,1039 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1040/usr/include/openssl/rsa.h:226:28: note: declared here1041 OSSL_DEPRECATEDIN_3_0 void RSA_get0_factors(const RSA *r,1042 ^~~~~~~~~~~~~~~~1043/builds/libssh/libssh-mirror/src/pki_crypto.c:680:17: warning: 'EC_KEY_get0_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1044 const EC_POINT *p1 = EC_KEY_get0_public_key(k1->ecdsa);1045 ^~~~~1046In file included from /usr/include/openssl/x509.h:33:0,1047 from /usr/include/openssl/pem.h:23,1048 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1049/usr/include/openssl/ec.h:1065:39: note: declared here1050 OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key);1051 ^~~~~~~~~~~~~~~~~~~~~~1052/builds/libssh/libssh-mirror/src/pki_crypto.c:681:17: warning: 'EC_KEY_get0_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1053 const EC_POINT *p2 = EC_KEY_get0_public_key(k2->ecdsa);1054 ^~~~~1055In file included from /usr/include/openssl/x509.h:33:0,1056 from /usr/include/openssl/pem.h:23,1057 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1058/usr/include/openssl/ec.h:1065:39: note: declared here1059 OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key);1060 ^~~~~~~~~~~~~~~~~~~~~~1061/builds/libssh/libssh-mirror/src/pki_crypto.c:682:17: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1062 const EC_GROUP *g1 = EC_KEY_get0_group(k1->ecdsa);1063 ^~~~~1064In file included from /usr/include/openssl/x509.h:33:0,1065 from /usr/include/openssl/pem.h:23,1066 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1067/usr/include/openssl/ec.h:1037:39: note: declared here1068 OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);1069 ^~~~~~~~~~~~~~~~~1070/builds/libssh/libssh-mirror/src/pki_crypto.c:683:17: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1071 const EC_GROUP *g2 = EC_KEY_get0_group(k2->ecdsa);1072 ^~~~~1073In file included from /usr/include/openssl/x509.h:33:0,1074 from /usr/include/openssl/pem.h:23,1075 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1076/usr/include/openssl/ec.h:1037:39: note: declared here1077 OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);1078 ^~~~~~~~~~~~~~~~~1079/builds/libssh/libssh-mirror/src/pki_crypto.c:698:21: warning: 'EC_KEY_get0_private_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1080 if (bignum_cmp(EC_KEY_get0_private_key(k1->ecdsa),1081 ^~1082In file included from /usr/include/openssl/x509.h:33:0,1083 from /usr/include/openssl/pem.h:23,1084 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1085/usr/include/openssl/ec.h:1051:37: note: declared here1086 OSSL_DEPRECATEDIN_3_0 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key);1087 ^~~~~~~~~~~~~~~~~~~~~~~1088/builds/libssh/libssh-mirror/src/pki_crypto.c:698:21: warning: 'EC_KEY_get0_private_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1089 if (bignum_cmp(EC_KEY_get0_private_key(k1->ecdsa),1090 ^~1091In file included from /usr/include/openssl/x509.h:33:0,1092 from /usr/include/openssl/pem.h:23,1093 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1094/usr/include/openssl/ec.h:1051:37: note: declared here1095 OSSL_DEPRECATEDIN_3_0 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key);1096 ^~~~~~~~~~~~~~~~~~~~~~~1097/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_private_key_to_pem':1098/builds/libssh/libssh-mirror/src/pki_crypto.c:740:13: warning: 'EVP_PKEY_set1_DSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1099 rc = EVP_PKEY_set1_DSA(pkey, key->dsa);1100 ^~1101In file included from /usr/include/openssl/pem.h:22:0,1102 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1103/usr/include/openssl/evp.h:1358:5: note: declared here1104 int EVP_PKEY_set1_DSA(EVP_PKEY *pkey, struct dsa_st *key);1105 ^~~~~~~~~~~~~~~~~1106/builds/libssh/libssh-mirror/src/pki_crypto.c:749:13: warning: 'EVP_PKEY_set1_RSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1107 rc = EVP_PKEY_set1_RSA(pkey, key->rsa);1108 ^~1109In file included from /usr/include/openssl/pem.h:22:0,1110 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1111/usr/include/openssl/evp.h:1349:5: note: declared here1112 int EVP_PKEY_set1_RSA(EVP_PKEY *pkey, struct rsa_st *key);1113 ^~~~~~~~~~~~~~~~~1114/builds/libssh/libssh-mirror/src/pki_crypto.c:760:13: warning: 'EVP_PKEY_set1_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1115 rc = EVP_PKEY_set1_EC_KEY(pkey, key->ecdsa);1116 ^~1117In file included from /usr/include/openssl/pem.h:22:0,1118 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1119/usr/include/openssl/evp.h:1375:5: note: declared here1120 int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, struct ec_key_st *key);1121 ^~~~~~~~~~~~~~~~~~~~1122/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_private_key_from_base64':1123/builds/libssh/libssh-mirror/src/pki_crypto.c:897:9: warning: 'EVP_PKEY_get1_DSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1124 dsa = EVP_PKEY_get1_DSA(pkey);1125 ^~~1126In file included from /usr/include/openssl/pem.h:22:0,1127 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1128/usr/include/openssl/evp.h:1362:16: note: declared here1129 struct dsa_st *EVP_PKEY_get1_DSA(EVP_PKEY *pkey);1130 ^~~~~~~~~~~~~~~~~1131/builds/libssh/libssh-mirror/src/pki_crypto.c:907:9: warning: 'EVP_PKEY_get1_RSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1132 rsa = EVP_PKEY_get1_RSA(pkey);1133 ^~~1134In file included from /usr/include/openssl/pem.h:22:0,1135 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1136/usr/include/openssl/evp.h:1353:16: note: declared here1137 struct rsa_st *EVP_PKEY_get1_RSA(EVP_PKEY *pkey);1138 ^~~~~~~~~~~~~~~~~1139/builds/libssh/libssh-mirror/src/pki_crypto.c:918:9: warning: 'EVP_PKEY_get1_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1140 ecdsa = EVP_PKEY_get1_EC_KEY(pkey);1141 ^~~~~1142In file included from /usr/include/openssl/pem.h:22:0,1143 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1144/usr/include/openssl/evp.h:1379:19: note: declared here1145 struct ec_key_st *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey);1146 ^~~~~~~~~~~~~~~~~~~~1147/builds/libssh/libssh-mirror/src/pki_crypto.c:1003:5: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1148 DSA_free(dsa);1149 ^~~~~~~~1150In file included from /usr/include/openssl/x509.h:37:0,1151 from /usr/include/openssl/pem.h:23,1152 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1153/usr/include/openssl/dsa.h:132:28: note: declared here1154 OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);1155 ^~~~~~~~1156/builds/libssh/libssh-mirror/src/pki_crypto.c:1004:5: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1157 RSA_free(rsa);1158 ^~~~~~~~1159In file included from /usr/include/openssl/x509.h:36:0,1160 from /usr/include/openssl/pem.h:23,1161 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1162/usr/include/openssl/rsa.h:299:28: note: declared here1163 OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);1164 ^~~~~~~~1165/builds/libssh/libssh-mirror/src/pki_crypto.c:1006:5: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1166 EC_KEY_free(ecdsa);1167 ^~~~~~~~~~~1168In file included from /usr/include/openssl/x509.h:33:0,1169 from /usr/include/openssl/pem.h:23,1170 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1171/usr/include/openssl/ec.h:1006:28: note: declared here1172 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);1173 ^~~~~~~~~~~1174/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_privkey_build_dss':1175/builds/libssh/libssh-mirror/src/pki_crypto.c:1024:5: warning: 'DSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1176 key->dsa = DSA_new();1177 ^~~1178In file included from /usr/include/openssl/x509.h:37:0,1179 from /usr/include/openssl/pem.h:23,1180 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1181/usr/include/openssl/dsa.h:130:28: note: declared here1182 OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);1183 ^~~~~~~1184/builds/libssh/libssh-mirror/src/pki_crypto.c:1040:5: warning: 'DSA_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1185 rc = DSA_set0_pqg(key->dsa, bp, bq, bg);1186 ^~1187In file included from /usr/include/openssl/x509.h:37:0,1188 from /usr/include/openssl/pem.h:23,1189 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1190/usr/include/openssl/dsa.h:208:27: note: declared here1191 OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g);1192 ^~~~~~~~~~~~1193/builds/libssh/libssh-mirror/src/pki_crypto.c:1046:5: warning: 'DSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1194 rc = DSA_set0_key(key->dsa, bpub_key, bpriv_key);1195 ^~1196In file included from /usr/include/openssl/x509.h:37:0,1197 from /usr/include/openssl/pem.h:23,1198 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1199/usr/include/openssl/dsa.h:211:27: note: declared here1200 OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,1201 ^~~~~~~~~~~~1202/builds/libssh/libssh-mirror/src/pki_crypto.c:1053:5: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1203 DSA_free(key->dsa);1204 ^~~~~~~~1205In file included from /usr/include/openssl/x509.h:37:0,1206 from /usr/include/openssl/pem.h:23,1207 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1208/usr/include/openssl/dsa.h:132:28: note: declared here1209 OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);1210 ^~~~~~~~1211/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_pubkey_build_dss':1212/builds/libssh/libssh-mirror/src/pki_crypto.c:1065:5: warning: 'DSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1213 key->dsa = DSA_new();1214 ^~~1215In file included from /usr/include/openssl/x509.h:37:0,1216 from /usr/include/openssl/pem.h:23,1217 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1218/usr/include/openssl/dsa.h:130:28: note: declared here1219 OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);1220 ^~~~~~~1221/builds/libssh/libssh-mirror/src/pki_crypto.c:1080:5: warning: 'DSA_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1222 rc = DSA_set0_pqg(key->dsa, bp, bq, bg);1223 ^~1224In file included from /usr/include/openssl/x509.h:37:0,1225 from /usr/include/openssl/pem.h:23,1226 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1227/usr/include/openssl/dsa.h:208:27: note: declared here1228 OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g);1229 ^~~~~~~~~~~~1230/builds/libssh/libssh-mirror/src/pki_crypto.c:1086:5: warning: 'DSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1231 rc = DSA_set0_key(key->dsa, bpub_key, NULL);1232 ^~1233In file included from /usr/include/openssl/x509.h:37:0,1234 from /usr/include/openssl/pem.h:23,1235 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1236/usr/include/openssl/dsa.h:211:27: note: declared here1237 OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,1238 ^~~~~~~~~~~~1239/builds/libssh/libssh-mirror/src/pki_crypto.c:1093:5: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1240 DSA_free(key->dsa);1241 ^~~~~~~~1242In file included from /usr/include/openssl/x509.h:37:0,1243 from /usr/include/openssl/pem.h:23,1244 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1245/usr/include/openssl/dsa.h:132:28: note: declared here1246 OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);1247 ^~~~~~~~1248/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_privkey_build_rsa':1249/builds/libssh/libssh-mirror/src/pki_crypto.c:1108:5: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1250 key->rsa = RSA_new();1251 ^~~1252In file included from /usr/include/openssl/x509.h:36:0,1253 from /usr/include/openssl/pem.h:23,1254 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1255/usr/include/openssl/rsa.h:207:28: note: declared here1256 OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);1257 ^~~~~~~1258/builds/libssh/libssh-mirror/src/pki_crypto.c:1125:5: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1259 rc = RSA_set0_key(key->rsa, bn, be, bd);1260 ^~1261In file included from /usr/include/openssl/x509.h:36:0,1262 from /usr/include/openssl/pem.h:23,1263 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1264/usr/include/openssl/rsa.h:213:27: note: declared here1265 OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);1266 ^~~~~~~~~~~~1267/builds/libssh/libssh-mirror/src/pki_crypto.c:1131:5: warning: 'RSA_set0_factors' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1268 rc = RSA_set0_factors(key->rsa, bp, bq);1269 ^~1270In file included from /usr/include/openssl/x509.h:36:0,1271 from /usr/include/openssl/pem.h:23,1272 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1273/usr/include/openssl/rsa.h:214:27: note: declared here1274 OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q);1275 ^~~~~~~~~~~~~~~~1276/builds/libssh/libssh-mirror/src/pki_crypto.c:1145:5: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1277 RSA_free(key->rsa);1278 ^~~~~~~~1279In file included from /usr/include/openssl/x509.h:36:0,1280 from /usr/include/openssl/pem.h:23,1281 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1282/usr/include/openssl/rsa.h:299:28: note: declared here1283 OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);1284 ^~~~~~~~1285/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_pubkey_build_rsa':1286/builds/libssh/libssh-mirror/src/pki_crypto.c:1155:5: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1287 key->rsa = RSA_new();1288 ^~~1289In file included from /usr/include/openssl/x509.h:36:0,1290 from /usr/include/openssl/pem.h:23,1291 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1292/usr/include/openssl/rsa.h:207:28: note: declared here1293 OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);1294 ^~~~~~~1295/builds/libssh/libssh-mirror/src/pki_crypto.c:1167:5: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1296 rc = RSA_set0_key(key->rsa, bn, be, NULL);1297 ^~1298In file included from /usr/include/openssl/x509.h:36:0,1299 from /usr/include/openssl/pem.h:23,1300 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1301/usr/include/openssl/rsa.h:213:27: note: declared here1302 OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);1303 ^~~~~~~~~~~~1304/builds/libssh/libssh-mirror/src/pki_crypto.c:1174:5: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1305 RSA_free(key->rsa);1306 ^~~~~~~~1307In file included from /usr/include/openssl/x509.h:36:0,1308 from /usr/include/openssl/pem.h:23,1309 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1310/usr/include/openssl/rsa.h:299:28: note: declared here1311 OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);1312 ^~~~~~~~1313/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_publickey_to_blob':1314/builds/libssh/libssh-mirror/src/pki_crypto.c:1220:13: warning: 'DSA_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1315 DSA_get0_pqg(key->dsa, &bp, &bq, &bg);1316 ^~~~~~~~~~~~1317In file included from /usr/include/openssl/x509.h:37:0,1318 from /usr/include/openssl/pem.h:23,1319 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1320/usr/include/openssl/dsa.h:206:28: note: declared here1321 OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p,1322 ^~~~~~~~~~~~1323/builds/libssh/libssh-mirror/src/pki_crypto.c:1236:13: warning: 'DSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1324 DSA_get0_key(key->dsa, &bpub_key, NULL);1325 ^~~~~~~~~~~~1326In file included from /usr/include/openssl/x509.h:37:0,1327 from /usr/include/openssl/pem.h:23,1328 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1329/usr/include/openssl/dsa.h:209:28: note: declared here1330 OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key,1331 ^~~~~~~~~~~~1332/builds/libssh/libssh-mirror/src/pki_crypto.c:1273:13: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1333 RSA_get0_key(key->rsa, &bn, &be, NULL);1334 ^~~~~~~~~~~~1335In file included from /usr/include/openssl/x509.h:36:0,1336 from /usr/include/openssl/pem.h:23,1337 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1338/usr/include/openssl/rsa.h:223:28: note: declared here1339 OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,1340 ^~~~~~~~~~~~1341/builds/libssh/libssh-mirror/src/pki_crypto.c:1323:13: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1342 e = make_ecpoint_string(EC_KEY_get0_group(key->ecdsa),1343 ^1344In file included from /usr/include/openssl/x509.h:33:0,1345 from /usr/include/openssl/pem.h:23,1346 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1347/usr/include/openssl/ec.h:1037:39: note: declared here1348 OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);1349 ^~~~~~~~~~~~~~~~~1350/builds/libssh/libssh-mirror/src/pki_crypto.c:1324:37: warning: 'EC_KEY_get0_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1351 EC_KEY_get0_public_key(key->ecdsa));1352 ^~~~~~~~~~~~~~~~~~~~~~1353In file included from /usr/include/openssl/x509.h:33:0,1354 from /usr/include/openssl/pem.h:23,1355 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1356/usr/include/openssl/ec.h:1065:39: note: declared here1357 OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key);1358 ^~~~~~~~~~~~~~~~~~~~~~1359/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_signature_from_rsa_blob':1360/builds/libssh/libssh-mirror/src/pki_crypto.c:1598:5: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1361 rsalen = RSA_size(pubkey->rsa);1362 ^~~~~~1363In file included from /usr/include/openssl/x509.h:36:0,1364 from /usr/include/openssl/pem.h:23,1365 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1366/usr/include/openssl/rsa.h:210:27: note: declared here1367 OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);1368 ^~~~~~~~1369/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_key_to_pkey':1370/builds/libssh/libssh-mirror/src/pki_crypto.c:2032:9: warning: 'EVP_PKEY_set1_DSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1371 EVP_PKEY_set1_DSA(pkey, key->dsa);1372 ^~~~~~~~~~~~~~~~~1373In file included from /usr/include/openssl/pem.h:22:0,1374 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1375/usr/include/openssl/evp.h:1358:5: note: declared here1376 int EVP_PKEY_set1_DSA(EVP_PKEY *pkey, struct dsa_st *key);1377 ^~~~~~~~~~~~~~~~~1378/builds/libssh/libssh-mirror/src/pki_crypto.c:2047:9: warning: 'EVP_PKEY_set1_RSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1379 EVP_PKEY_set1_RSA(pkey, key->rsa);1380 ^~~~~~~~~~~~~~~~~1381In file included from /usr/include/openssl/pem.h:22:0,1382 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1383/usr/include/openssl/evp.h:1349:5: note: declared here1384 int EVP_PKEY_set1_RSA(EVP_PKEY *pkey, struct rsa_st *key);1385 ^~~~~~~~~~~~~~~~~1386/builds/libssh/libssh-mirror/src/pki_crypto.c:2066:9: warning: 'EVP_PKEY_set1_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1387 EVP_PKEY_set1_EC_KEY(pkey, key->ecdsa);1388 ^~~~~~~~~~~~~~~~~~~~1389In file included from /usr/include/openssl/pem.h:22:0,1390 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1391/usr/include/openssl/evp.h:1375:5: note: declared here1392 int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, struct ec_key_st *key);1393 ^~~~~~~~~~~~~~~~~~~~1394/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_key_ecdsa_to_nid':1395/builds/libssh/libssh-mirror/src/pki_crypto.c:84:5: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1396 const EC_GROUP *g = EC_KEY_get0_group(k);1397 ^~~~~1398In file included from /usr/include/openssl/x509.h:33:0,1399 from /usr/include/openssl/pem.h:23,1400 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1401/usr/include/openssl/ec.h:1037:39: note: declared here1402 OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);1403 ^~~~~~~~~~~~~~~~~1404/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_privkey_build_ecdsa':1405/builds/libssh/libssh-mirror/src/pki_crypto.c:203:5: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1406 key->ecdsa = EC_KEY_new_by_curve_name(key->ecdsa_nid);1407 ^~~1408In file included from /usr/include/openssl/x509.h:33:0,1409 from /usr/include/openssl/pem.h:23,1410 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1411/usr/include/openssl/ec.h:1001:31: note: declared here1412 OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);1413 ^~~~~~~~~~~~~~~~~~~~~~~~1414/builds/libssh/libssh-mirror/src/pki_crypto.c:208:5: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1415 g = EC_KEY_get0_group(key->ecdsa);1416 ^1417In file included from /usr/include/openssl/x509.h:33:0,1418 from /usr/include/openssl/pem.h:23,1419 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1420/usr/include/openssl/ec.h:1037:39: note: declared here1421 OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);1422 ^~~~~~~~~~~~~~~~~1423/builds/libssh/libssh-mirror/src/pki_crypto.c:226:5: warning: 'EC_KEY_set_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1424 ok = EC_KEY_set_public_key(key->ecdsa, p);1425 ^~1426In file included from /usr/include/openssl/x509.h:33:0,1427 from /usr/include/openssl/pem.h:23,1428 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1429/usr/include/openssl/ec.h:1073:27: note: declared here1430 OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub);1431 ^~~~~~~~~~~~~~~~~~~~~1432/builds/libssh/libssh-mirror/src/pki_crypto.c:234:9: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1433 EC_KEY_free(key->ecdsa);1434 ^~~~~~~~~~~1435In file included from /usr/include/openssl/x509.h:33:0,1436 from /usr/include/openssl/pem.h:23,1437 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1438/usr/include/openssl/ec.h:1006:28: note: declared here1439 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);1440 ^~~~~~~~~~~1441/builds/libssh/libssh-mirror/src/pki_crypto.c:238:5: warning: 'EC_KEY_set_private_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1442 ok = EC_KEY_set_private_key(key->ecdsa, bexp);1443 ^~1444In file included from /usr/include/openssl/x509.h:33:0,1445 from /usr/include/openssl/pem.h:23,1446 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1447/usr/include/openssl/ec.h:1059:27: note: declared here1448 OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *prv);1449 ^~~~~~~~~~~~~~~~~~~~~~1450/builds/libssh/libssh-mirror/src/pki_crypto.c:241:9: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1451 EC_KEY_free(key->ecdsa);1452 ^~~~~~~~~~~1453In file included from /usr/include/openssl/x509.h:33:0,1454 from /usr/include/openssl/pem.h:23,1455 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1456/usr/include/openssl/ec.h:1006:28: note: declared here1457 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);1458 ^~~~~~~~~~~1459/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_pubkey_build_ecdsa':1460/builds/libssh/libssh-mirror/src/pki_crypto.c:257:5: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1461 key->ecdsa = EC_KEY_new_by_curve_name(key->ecdsa_nid);1462 ^~~1463In file included from /usr/include/openssl/x509.h:33:0,1464 from /usr/include/openssl/pem.h:23,1465 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1466/usr/include/openssl/ec.h:1001:31: note: declared here1467 OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);1468 ^~~~~~~~~~~~~~~~~~~~~~~~1469/builds/libssh/libssh-mirror/src/pki_crypto.c:262:5: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1470 g = EC_KEY_get0_group(key->ecdsa);1471 ^1472In file included from /usr/include/openssl/x509.h:33:0,1473 from /usr/include/openssl/pem.h:23,1474 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1475/usr/include/openssl/ec.h:1037:39: note: declared here1476 OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);1477 ^~~~~~~~~~~~~~~~~1478/builds/libssh/libssh-mirror/src/pki_crypto.c:280:5: warning: 'EC_KEY_set_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1479 ok = EC_KEY_set_public_key(key->ecdsa, p);1480 ^~1481In file included from /usr/include/openssl/x509.h:33:0,1482 from /usr/include/openssl/pem.h:23,1483 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1484/usr/include/openssl/ec.h:1073:27: note: declared here1485 OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub);1486 ^~~~~~~~~~~~~~~~~~~~~1487/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_key_dup':1488/builds/libssh/libssh-mirror/src/pki_crypto.c:313:9: warning: 'DSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1489 new->dsa = DSA_new();1490 ^~~1491In file included from /usr/include/openssl/x509.h:37:0,1492 from /usr/include/openssl/pem.h:23,1493 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1494/usr/include/openssl/dsa.h:130:28: note: declared here1495 OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);1496 ^~~~~~~1497/builds/libssh/libssh-mirror/src/pki_crypto.c:325:9: warning: 'DSA_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1498 DSA_get0_pqg(key->dsa, &p, &q, &g);1499 ^~~~~~~~~~~~1500In file included from /usr/include/openssl/x509.h:37:0,1501 from /usr/include/openssl/pem.h:23,1502 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1503/usr/include/openssl/dsa.h:206:28: note: declared here1504 OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p,1505 ^~~~~~~~~~~~1506/builds/libssh/libssh-mirror/src/pki_crypto.c:337:9: warning: 'DSA_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1507 rc = DSA_set0_pqg(new->dsa, np, nq, ng);1508 ^~1509In file included from /usr/include/openssl/x509.h:37:0,1510 from /usr/include/openssl/pem.h:23,1511 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1512/usr/include/openssl/dsa.h:208:27: note: declared here1513 OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g);1514 ^~~~~~~~~~~~1515/builds/libssh/libssh-mirror/src/pki_crypto.c:345:9: warning: 'DSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1516 DSA_get0_key(key->dsa, &pub_key, &priv_key);1517 ^~~~~~~~~~~~1518In file included from /usr/include/openssl/x509.h:37:0,1519 from /usr/include/openssl/pem.h:23,1520 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1521/usr/include/openssl/dsa.h:209:28: note: declared here1522 OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key,1523 ^~~~~~~~~~~~1524/builds/libssh/libssh-mirror/src/pki_crypto.c:352:9: warning: 'DSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1525 rc = DSA_set0_key(new->dsa, npub_key, NULL);1526 ^~1527In file included from /usr/include/openssl/x509.h:37:0,1528 from /usr/include/openssl/pem.h:23,1529 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1530/usr/include/openssl/dsa.h:211:27: note: declared here1531 OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,1532 ^~~~~~~~~~~~1533/builds/libssh/libssh-mirror/src/pki_crypto.c:364:13: warning: 'DSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1534 rc = DSA_set0_key(new->dsa, NULL, npriv_key);1535 ^~1536In file included from /usr/include/openssl/x509.h:37:0,1537 from /usr/include/openssl/pem.h:23,1538 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1539/usr/include/openssl/dsa.h:211:27: note: declared here1540 OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,1541 ^~~~~~~~~~~~1542/builds/libssh/libssh-mirror/src/pki_crypto.c:376:9: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1543 new->rsa = RSA_new();1544 ^~~1545In file included from /usr/include/openssl/x509.h:36:0,1546 from /usr/include/openssl/pem.h:23,1547 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1548/usr/include/openssl/rsa.h:207:28: note: declared here1549 OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);1550 ^~~~~~~1551/builds/libssh/libssh-mirror/src/pki_crypto.c:391:9: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1552 RSA_get0_key(key->rsa, &n, &e, &d);1553 ^~~~~~~~~~~~1554In file included from /usr/include/openssl/x509.h:36:0,1555 from /usr/include/openssl/pem.h:23,1556 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1557/usr/include/openssl/rsa.h:223:28: note: declared here1558 OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,1559 ^~~~~~~~~~~~1560/builds/libssh/libssh-mirror/src/pki_crypto.c:401:9: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1561 rc = RSA_set0_key(new->rsa, nn, ne, NULL);1562 ^~1563In file included from /usr/include/openssl/x509.h:36:0,1564 from /usr/include/openssl/pem.h:23,1565 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1566/usr/include/openssl/rsa.h:213:27: note: declared here1567 OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);1568 ^~~~~~~~~~~~1569/builds/libssh/libssh-mirror/src/pki_crypto.c:419:13: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1570 rc = RSA_set0_key(new->rsa, NULL, NULL, nd);1571 ^~1572In file included from /usr/include/openssl/x509.h:36:0,1573 from /usr/include/openssl/pem.h:23,1574 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1575/usr/include/openssl/rsa.h:213:27: note: declared here1576 OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);1577 ^~~~~~~~~~~~1578/builds/libssh/libssh-mirror/src/pki_crypto.c:427:13: warning: 'RSA_get0_factors' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1579 RSA_get0_factors(key->rsa, &p, &q);1580 ^~~~~~~~~~~~~~~~1581In file included from /usr/include/openssl/x509.h:36:0,1582 from /usr/include/openssl/pem.h:23,1583 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1584/usr/include/openssl/rsa.h:226:28: note: declared here1585 OSSL_DEPRECATEDIN_3_0 void RSA_get0_factors(const RSA *r,1586 ^~~~~~~~~~~~~~~~1587/builds/libssh/libssh-mirror/src/pki_crypto.c:438:17: warning: 'RSA_set0_factors' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1588 rc = RSA_set0_factors(new->rsa, np, nq);1589 ^~1590In file included from /usr/include/openssl/x509.h:36:0,1591 from /usr/include/openssl/pem.h:23,1592 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1593/usr/include/openssl/rsa.h:214:27: note: declared here1594 OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q);1595 ^~~~~~~~~~~~~~~~1596/builds/libssh/libssh-mirror/src/pki_crypto.c:446:13: warning: 'RSA_get0_crt_params' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1597 RSA_get0_crt_params(key->rsa, &dmp1, &dmq1, &iqmp);1598 ^~~~~~~~~~~~~~~~~~~1599In file included from /usr/include/openssl/x509.h:36:0,1600 from /usr/include/openssl/pem.h:23,1601 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1602/usr/include/openssl/rsa.h:231:28: note: declared here1603 OSSL_DEPRECATEDIN_3_0 void RSA_get0_crt_params(const RSA *r,1604 ^~~~~~~~~~~~~~~~~~~1605/builds/libssh/libssh-mirror/src/pki_crypto.c:460:17: warning: 'RSA_set0_crt_params' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1606 rc = RSA_set0_crt_params(new->rsa, ndmp1, ndmq1, niqmp);1607 ^~1608In file included from /usr/include/openssl/x509.h:36:0,1609 from /usr/include/openssl/pem.h:23,1610 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1611/usr/include/openssl/rsa.h:215:27: note: declared here1612 OSSL_DEPRECATEDIN_3_0 int RSA_set0_crt_params(RSA *r,1613 ^~~~~~~~~~~~~~~~~~~1614/builds/libssh/libssh-mirror/src/pki_crypto.c:483:13: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1615 new->ecdsa = EC_KEY_new_by_curve_name(key->ecdsa_nid);1616 ^~~1617In file included from /usr/include/openssl/x509.h:33:0,1618 from /usr/include/openssl/pem.h:23,1619 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1620/usr/include/openssl/ec.h:1001:31: note: declared here1621 OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);1622 ^~~~~~~~~~~~~~~~~~~~~~~~1623/builds/libssh/libssh-mirror/src/pki_crypto.c:488:13: warning: 'EC_KEY_get0_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1624 p = EC_KEY_get0_public_key(key->ecdsa);1625 ^1626In file included from /usr/include/openssl/x509.h:33:0,1627 from /usr/include/openssl/pem.h:23,1628 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1629/usr/include/openssl/ec.h:1065:39: note: declared here1630 OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key);1631 ^~~~~~~~~~~~~~~~~~~~~~1632/builds/libssh/libssh-mirror/src/pki_crypto.c:493:13: warning: 'EC_KEY_set_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1633 ok = EC_KEY_set_public_key(new->ecdsa, p);1634 ^~1635In file included from /usr/include/openssl/x509.h:33:0,1636 from /usr/include/openssl/pem.h:23,1637 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1638/usr/include/openssl/ec.h:1073:27: note: declared here1639 OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub);1640 ^~~~~~~~~~~~~~~~~~~~~1641/builds/libssh/libssh-mirror/src/pki_crypto.c:498:13: warning: 'EC_KEY_dup' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1642 new->ecdsa = EC_KEY_dup(key->ecdsa);1643 ^~~1644In file included from /usr/include/openssl/x509.h:33:0,1645 from /usr/include/openssl/pem.h:23,1646 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1647/usr/include/openssl/ec.h:1019:31: note: declared here1648 OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_dup(const EC_KEY *src);1649 ^~~~~~~~~~1650/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_key_generate_rsa':1651/builds/libssh/libssh-mirror/src/pki_crypto.c:525:2: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1652 key->rsa = RSA_new();1653 ^~~1654In file included from /usr/include/openssl/x509.h:36:0,1655 from /usr/include/openssl/pem.h:23,1656 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1657/usr/include/openssl/rsa.h:207:28: note: declared here1658 OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);1659 ^~~~~~~1660/builds/libssh/libssh-mirror/src/pki_crypto.c:528:2: warning: 'RSA_generate_key_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1661 rc = RSA_generate_key_ex(key->rsa, parameter, e, NULL);1662 ^~1663In file included from /usr/include/openssl/x509.h:36:0,1664 from /usr/include/openssl/pem.h:23,1665 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1666/usr/include/openssl/rsa.h:266:27: note: declared here1667 OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e,1668 ^~~~~~~~~~~~~~~~~~~1669/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_key_generate_dss':1670/builds/libssh/libssh-mirror/src/pki_crypto.c:540:5: warning: 'DSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1671 key->dsa = DSA_new();1672 ^~~1673In file included from /usr/include/openssl/x509.h:37:0,1674 from /usr/include/openssl/pem.h:23,1675 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1676/usr/include/openssl/dsa.h:130:28: note: declared here1677 OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);1678 ^~~~~~~1679/builds/libssh/libssh-mirror/src/pki_crypto.c:544:5: warning: 'DSA_generate_parameters_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1680 rc = DSA_generate_parameters_ex(key->dsa,1681 ^~1682In file included from /usr/include/openssl/x509.h:37:0,1683 from /usr/include/openssl/pem.h:23,1684 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1685/usr/include/openssl/dsa.h:172:27: note: declared here1686 OSSL_DEPRECATEDIN_3_0 int DSA_generate_parameters_ex(DSA *dsa, int bits,1687 ^~~~~~~~~~~~~~~~~~~~~~~~~~1688/builds/libssh/libssh-mirror/src/pki_crypto.c:552:9: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1689 DSA_free(key->dsa);1690 ^~~~~~~~1691In file included from /usr/include/openssl/x509.h:37:0,1692 from /usr/include/openssl/pem.h:23,1693 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1694/usr/include/openssl/dsa.h:132:28: note: declared here1695 OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);1696 ^~~~~~~~1697/builds/libssh/libssh-mirror/src/pki_crypto.c:563:5: warning: 'DSA_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1698 rc = DSA_generate_key(key->dsa);1699 ^~1700In file included from /usr/include/openssl/x509.h:37:0,1701 from /usr/include/openssl/pem.h:23,1702 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1703/usr/include/openssl/dsa.h:179:27: note: declared here1704 OSSL_DEPRECATEDIN_3_0 int DSA_generate_key(DSA *a);1705 ^~~~~~~~~~~~~~~~1706/builds/libssh/libssh-mirror/src/pki_crypto.c:565:9: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1707 DSA_free(key->dsa);1708 ^~~~~~~~1709In file included from /usr/include/openssl/x509.h:37:0,1710 from /usr/include/openssl/pem.h:23,1711 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1712/usr/include/openssl/dsa.h:132:28: note: declared here1713 OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);1714 ^~~~~~~~1715/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_key_generate_ecdsa':1716/builds/libssh/libssh-mirror/src/pki_crypto.c:595:5: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1717 key->ecdsa = EC_KEY_new_by_curve_name(key->ecdsa_nid);1718 ^~~1719In file included from /usr/include/openssl/x509.h:33:0,1720 from /usr/include/openssl/pem.h:23,1721 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1722/usr/include/openssl/ec.h:1001:31: note: declared here1723 OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);1724 ^~~~~~~~~~~~~~~~~~~~~~~~1725/builds/libssh/libssh-mirror/src/pki_crypto.c:600:5: warning: 'EC_KEY_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1726 ok = EC_KEY_generate_key(key->ecdsa);1727 ^~1728In file included from /usr/include/openssl/x509.h:33:0,1729 from /usr/include/openssl/pem.h:23,1730 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1731/usr/include/openssl/ec.h:1104:27: note: declared here1732 OSSL_DEPRECATEDIN_3_0 int EC_KEY_generate_key(EC_KEY *key);1733 ^~~~~~~~~~~~~~~~~~~1734/builds/libssh/libssh-mirror/src/pki_crypto.c:602:9: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1735 EC_KEY_free(key->ecdsa);1736 ^~~~~~~~~~~1737In file included from /usr/include/openssl/x509.h:33:0,1738 from /usr/include/openssl/pem.h:23,1739 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1740/usr/include/openssl/ec.h:1006:28: note: declared here1741 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);1742 ^~~~~~~~~~~1743/builds/libssh/libssh-mirror/src/pki_crypto.c:606:5: warning: 'EC_KEY_set_asn1_flag' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1744 EC_KEY_set_asn1_flag(key->ecdsa, OPENSSL_EC_NAMED_CURVE);1745 ^~~~~~~~~~~~~~~~~~~~1746In file included from /usr/include/openssl/x509.h:33:0,1747 from /usr/include/openssl/pem.h:23,1748 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1749/usr/include/openssl/ec.h:1090:28: note: declared here1750 OSSL_DEPRECATEDIN_3_0 void EC_KEY_set_asn1_flag(EC_KEY *eckey, int asn1_flag);1751 ^~~~~~~~~~~~~~~~~~~~1752/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_key_compare':1753/builds/libssh/libssh-mirror/src/pki_crypto.c:620:13: warning: 'DSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1754 if (DSA_size(k1->dsa) != DSA_size(k2->dsa)) {1755 ^~1756In file included from /usr/include/openssl/x509.h:37:0,1757 from /usr/include/openssl/pem.h:23,1758 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1759/usr/include/openssl/dsa.h:135:27: note: declared here1760 OSSL_DEPRECATEDIN_3_0 int DSA_size(const DSA *);1761 ^~~~~~~~1762/builds/libssh/libssh-mirror/src/pki_crypto.c:620:13: warning: 'DSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1763 if (DSA_size(k1->dsa) != DSA_size(k2->dsa)) {1764 ^~1765In file included from /usr/include/openssl/x509.h:37:0,1766 from /usr/include/openssl/pem.h:23,1767 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1768/usr/include/openssl/dsa.h:135:27: note: declared here1769 OSSL_DEPRECATEDIN_3_0 int DSA_size(const DSA *);1770 ^~~~~~~~1771/builds/libssh/libssh-mirror/src/pki_crypto.c:623:13: warning: 'DSA_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1772 DSA_get0_pqg(k1->dsa, &p1, &q1, &g1);1773 ^~~~~~~~~~~~1774In file included from /usr/include/openssl/x509.h:37:0,1775 from /usr/include/openssl/pem.h:23,1776 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1777/usr/include/openssl/dsa.h:206:28: note: declared here1778 OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p,1779 ^~~~~~~~~~~~1780/builds/libssh/libssh-mirror/src/pki_crypto.c:624:13: warning: 'DSA_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1781 DSA_get0_pqg(k2->dsa, &p2, &q2, &g2);1782 ^~~~~~~~~~~~1783In file included from /usr/include/openssl/x509.h:37:0,1784 from /usr/include/openssl/pem.h:23,1785 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1786/usr/include/openssl/dsa.h:206:28: note: declared here1787 OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p,1788 ^~~~~~~~~~~~1789/builds/libssh/libssh-mirror/src/pki_crypto.c:634:13: warning: 'DSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1790 DSA_get0_key(k1->dsa, &pub_key1, &priv_key1);1791 ^~~~~~~~~~~~1792In file included from /usr/include/openssl/x509.h:37:0,1793 from /usr/include/openssl/pem.h:23,1794 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1795/usr/include/openssl/dsa.h:209:28: note: declared here1796 OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key,1797 ^~~~~~~~~~~~1798/builds/libssh/libssh-mirror/src/pki_crypto.c:635:13: warning: 'DSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1799 DSA_get0_key(k2->dsa, &pub_key2, &priv_key2);1800 ^~~~~~~~~~~~1801In file included from /usr/include/openssl/x509.h:37:0,1802 from /usr/include/openssl/pem.h:23,1803 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1804/usr/include/openssl/dsa.h:209:28: note: declared here1805 OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key,1806 ^~~~~~~~~~~~1807/builds/libssh/libssh-mirror/src/pki_crypto.c:650:13: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1808 if (RSA_size(k1->rsa) != RSA_size(k2->rsa)) {1809 ^~1810In file included from /usr/include/openssl/x509.h:36:0,1811 from /usr/include/openssl/pem.h:23,1812 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1813/usr/include/openssl/rsa.h:210:27: note: declared here1814 OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);1815 ^~~~~~~~1816/builds/libssh/libssh-mirror/src/pki_crypto.c:650:13: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1817 if (RSA_size(k1->rsa) != RSA_size(k2->rsa)) {1818 ^~1819In file included from /usr/include/openssl/x509.h:36:0,1820 from /usr/include/openssl/pem.h:23,1821 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1822/usr/include/openssl/rsa.h:210:27: note: declared here1823 OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);1824 ^~~~~~~~1825/builds/libssh/libssh-mirror/src/pki_crypto.c:653:13: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1826 RSA_get0_key(k1->rsa, &n1, &e1, NULL);1827 ^~~~~~~~~~~~1828In file included from /usr/include/openssl/x509.h:36:0,1829 from /usr/include/openssl/pem.h:23,1830 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1831/usr/include/openssl/rsa.h:223:28: note: declared here1832 OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,1833 ^~~~~~~~~~~~1834/builds/libssh/libssh-mirror/src/pki_crypto.c:654:13: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1835 RSA_get0_key(k2->rsa, &n2, &e2, NULL);1836 ^~~~~~~~~~~~1837In file included from /usr/include/openssl/x509.h:36:0,1838 from /usr/include/openssl/pem.h:23,1839 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1840/usr/include/openssl/rsa.h:223:28: note: declared here1841 OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,1842 ^~~~~~~~~~~~1843/builds/libssh/libssh-mirror/src/pki_crypto.c:663:17: warning: 'RSA_get0_factors' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1844 RSA_get0_factors(k1->rsa, &p1, &q1);1845 ^~~~~~~~~~~~~~~~1846In file included from /usr/include/openssl/x509.h:36:0,1847 from /usr/include/openssl/pem.h:23,1848 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1849/usr/include/openssl/rsa.h:226:28: note: declared here1850 OSSL_DEPRECATEDIN_3_0 void RSA_get0_factors(const RSA *r,1851 ^~~~~~~~~~~~~~~~1852/builds/libssh/libssh-mirror/src/pki_crypto.c:664:17: warning: 'RSA_get0_factors' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1853 RSA_get0_factors(k2->rsa, &p2, &q2);1854 ^~~~~~~~~~~~~~~~1855In file included from /usr/include/openssl/x509.h:36:0,1856 from /usr/include/openssl/pem.h:23,1857 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1858/usr/include/openssl/rsa.h:226:28: note: declared here1859 OSSL_DEPRECATEDIN_3_0 void RSA_get0_factors(const RSA *r,1860 ^~~~~~~~~~~~~~~~1861/builds/libssh/libssh-mirror/src/pki_crypto.c:680:17: warning: 'EC_KEY_get0_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1862 const EC_POINT *p1 = EC_KEY_get0_public_key(k1->ecdsa);1863 ^~~~~1864In file included from /usr/include/openssl/x509.h:33:0,1865 from /usr/include/openssl/pem.h:23,1866 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1867/usr/include/openssl/ec.h:1065:39: note: declared here1868 OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key);1869 ^~~~~~~~~~~~~~~~~~~~~~1870/builds/libssh/libssh-mirror/src/pki_crypto.c:681:17: warning: 'EC_KEY_get0_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1871 const EC_POINT *p2 = EC_KEY_get0_public_key(k2->ecdsa);1872 ^~~~~1873In file included from /usr/include/openssl/x509.h:33:0,1874 from /usr/include/openssl/pem.h:23,1875 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1876/usr/include/openssl/ec.h:1065:39: note: declared here1877 OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key);1878 ^~~~~~~~~~~~~~~~~~~~~~1879/builds/libssh/libssh-mirror/src/pki_crypto.c:682:17: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1880 const EC_GROUP *g1 = EC_KEY_get0_group(k1->ecdsa);1881 ^~~~~1882In file included from /usr/include/openssl/x509.h:33:0,1883 from /usr/include/openssl/pem.h:23,1884 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1885/usr/include/openssl/ec.h:1037:39: note: declared here1886 OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);1887 ^~~~~~~~~~~~~~~~~1888/builds/libssh/libssh-mirror/src/pki_crypto.c:683:17: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1889 const EC_GROUP *g2 = EC_KEY_get0_group(k2->ecdsa);1890 ^~~~~1891In file included from /usr/include/openssl/x509.h:33:0,1892 from /usr/include/openssl/pem.h:23,1893 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1894/usr/include/openssl/ec.h:1037:39: note: declared here1895 OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);1896 ^~~~~~~~~~~~~~~~~1897/builds/libssh/libssh-mirror/src/pki_crypto.c:698:21: warning: 'EC_KEY_get0_private_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1898 if (bignum_cmp(EC_KEY_get0_private_key(k1->ecdsa),1899 ^~1900In file included from /usr/include/openssl/x509.h:33:0,1901 from /usr/include/openssl/pem.h:23,1902 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1903/usr/include/openssl/ec.h:1051:37: note: declared here1904 OSSL_DEPRECATEDIN_3_0 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key);1905 ^~~~~~~~~~~~~~~~~~~~~~~1906/builds/libssh/libssh-mirror/src/pki_crypto.c:698:21: warning: 'EC_KEY_get0_private_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1907 if (bignum_cmp(EC_KEY_get0_private_key(k1->ecdsa),1908 ^~1909In file included from /usr/include/openssl/x509.h:33:0,1910 from /usr/include/openssl/pem.h:23,1911 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1912/usr/include/openssl/ec.h:1051:37: note: declared here1913 OSSL_DEPRECATEDIN_3_0 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key);1914 ^~~~~~~~~~~~~~~~~~~~~~~1915/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_private_key_to_pem':1916/builds/libssh/libssh-mirror/src/pki_crypto.c:740:13: warning: 'EVP_PKEY_set1_DSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1917 rc = EVP_PKEY_set1_DSA(pkey, key->dsa);1918 ^~1919In file included from /usr/include/openssl/pem.h:22:0,1920 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1921/usr/include/openssl/evp.h:1358:5: note: declared here1922 int EVP_PKEY_set1_DSA(EVP_PKEY *pkey, struct dsa_st *key);1923 ^~~~~~~~~~~~~~~~~1924/builds/libssh/libssh-mirror/src/pki_crypto.c:749:13: warning: 'EVP_PKEY_set1_RSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1925 rc = EVP_PKEY_set1_RSA(pkey, key->rsa);1926 ^~1927In file included from /usr/include/openssl/pem.h:22:0,1928 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1929/usr/include/openssl/evp.h:1349:5: note: declared here1930 int EVP_PKEY_set1_RSA(EVP_PKEY *pkey, struct rsa_st *key);1931 ^~~~~~~~~~~~~~~~~1932/builds/libssh/libssh-mirror/src/pki_crypto.c:760:13: warning: 'EVP_PKEY_set1_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1933 rc = EVP_PKEY_set1_EC_KEY(pkey, key->ecdsa);1934 ^~1935In file included from /usr/include/openssl/pem.h:22:0,1936 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1937/usr/include/openssl/evp.h:1375:5: note: declared here1938 int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, struct ec_key_st *key);1939 ^~~~~~~~~~~~~~~~~~~~1940/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_private_key_from_base64':1941/builds/libssh/libssh-mirror/src/pki_crypto.c:897:9: warning: 'EVP_PKEY_get1_DSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1942 dsa = EVP_PKEY_get1_DSA(pkey);1943 ^~~1944In file included from /usr/include/openssl/pem.h:22:0,1945 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1946/usr/include/openssl/evp.h:1362:16: note: declared here1947 struct dsa_st *EVP_PKEY_get1_DSA(EVP_PKEY *pkey);1948 ^~~~~~~~~~~~~~~~~1949/builds/libssh/libssh-mirror/src/pki_crypto.c:907:9: warning: 'EVP_PKEY_get1_RSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1950 rsa = EVP_PKEY_get1_RSA(pkey);1951 ^~~1952In file included from /usr/include/openssl/pem.h:22:0,1953 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1954/usr/include/openssl/evp.h:1353:16: note: declared here1955 struct rsa_st *EVP_PKEY_get1_RSA(EVP_PKEY *pkey);1956 ^~~~~~~~~~~~~~~~~1957/builds/libssh/libssh-mirror/src/pki_crypto.c:918:9: warning: 'EVP_PKEY_get1_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1958 ecdsa = EVP_PKEY_get1_EC_KEY(pkey);1959 ^~~~~1960In file included from /usr/include/openssl/pem.h:22:0,1961 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1962/usr/include/openssl/evp.h:1379:19: note: declared here1963 struct ec_key_st *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey);1964 ^~~~~~~~~~~~~~~~~~~~1965/builds/libssh/libssh-mirror/src/pki_crypto.c:1003:5: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1966 DSA_free(dsa);1967 ^~~~~~~~1968In file included from /usr/include/openssl/x509.h:37:0,1969 from /usr/include/openssl/pem.h:23,1970 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1971/usr/include/openssl/dsa.h:132:28: note: declared here1972 OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);1973 ^~~~~~~~1974/builds/libssh/libssh-mirror/src/pki_crypto.c:1004:5: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1975 RSA_free(rsa);1976 ^~~~~~~~1977In file included from /usr/include/openssl/x509.h:36:0,1978 from /usr/include/openssl/pem.h:23,1979 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1980/usr/include/openssl/rsa.h:299:28: note: declared here1981 OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);1982 ^~~~~~~~1983/builds/libssh/libssh-mirror/src/pki_crypto.c:1006:5: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1984 EC_KEY_free(ecdsa);1985 ^~~~~~~~~~~1986In file included from /usr/include/openssl/x509.h:33:0,1987 from /usr/include/openssl/pem.h:23,1988 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1989/usr/include/openssl/ec.h:1006:28: note: declared here1990 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);1991 ^~~~~~~~~~~1992/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_privkey_build_dss':1993/builds/libssh/libssh-mirror/src/pki_crypto.c:1024:5: warning: 'DSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]1994 key->dsa = DSA_new();1995 ^~~1996In file included from /usr/include/openssl/x509.h:37:0,1997 from /usr/include/openssl/pem.h:23,1998 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:1999/usr/include/openssl/dsa.h:130:28: note: declared here2000 OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);2001 ^~~~~~~2002/builds/libssh/libssh-mirror/src/pki_crypto.c:1040:5: warning: 'DSA_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2003 rc = DSA_set0_pqg(key->dsa, bp, bq, bg);2004 ^~2005In file included from /usr/include/openssl/x509.h:37:0,2006 from /usr/include/openssl/pem.h:23,2007 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:2008/usr/include/openssl/dsa.h:208:27: note: declared here2009 OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g);2010 ^~~~~~~~~~~~2011/builds/libssh/libssh-mirror/src/pki_crypto.c:1046:5: warning: 'DSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2012 rc = DSA_set0_key(key->dsa, bpub_key, bpriv_key);2013 ^~2014In file included from /usr/include/openssl/x509.h:37:0,2015 from /usr/include/openssl/pem.h:23,2016 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:2017/usr/include/openssl/dsa.h:211:27: note: declared here2018 OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,2019 ^~~~~~~~~~~~2020/builds/libssh/libssh-mirror/src/pki_crypto.c:1053:5: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2021 DSA_free(key->dsa);2022 ^~~~~~~~2023In file included from /usr/include/openssl/x509.h:37:0,2024 from /usr/include/openssl/pem.h:23,2025 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:2026/usr/include/openssl/dsa.h:132:28: note: declared here2027 OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);2028 ^~~~~~~~2029/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_pubkey_build_dss':2030/builds/libssh/libssh-mirror/src/pki_crypto.c:1065:5: warning: 'DSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2031 key->dsa = DSA_new();2032 ^~~2033In file included from /usr/include/openssl/x509.h:37:0,2034 from /usr/include/openssl/pem.h:23,2035 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:2036/usr/include/openssl/dsa.h:130:28: note: declared here2037 OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);2038 ^~~~~~~2039/builds/libssh/libssh-mirror/src/pki_crypto.c:1080:5: warning: 'DSA_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2040 rc = DSA_set0_pqg(key->dsa, bp, bq, bg);2041 ^~2042In file included from /usr/include/openssl/x509.h:37:0,2043 from /usr/include/openssl/pem.h:23,2044 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:2045/usr/include/openssl/dsa.h:208:27: note: declared here2046 OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g);2047 ^~~~~~~~~~~~2048/builds/libssh/libssh-mirror/src/pki_crypto.c:1086:5: warning: 'DSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2049 rc = DSA_set0_key(key->dsa, bpub_key, NULL);2050 ^~2051In file included from /usr/include/openssl/x509.h:37:0,2052 from /usr/include/openssl/pem.h:23,2053 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:2054/usr/include/openssl/dsa.h:211:27: note: declared here2055 OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,2056 ^~~~~~~~~~~~2057/builds/libssh/libssh-mirror/src/pki_crypto.c:1093:5: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2058 DSA_free(key->dsa);2059 ^~~~~~~~2060In file included from /usr/include/openssl/x509.h:37:0,2061 from /usr/include/openssl/pem.h:23,2062 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:2063/usr/include/openssl/dsa.h:132:28: note: declared here2064 OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);2065 ^~~~~~~~2066/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_privkey_build_rsa':2067/builds/libssh/libssh-mirror/src/pki_crypto.c:1108:5: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2068 key->rsa = RSA_new();2069 ^~~2070In file included from /usr/include/openssl/x509.h:36:0,2071 from /usr/include/openssl/pem.h:23,2072 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:2073/usr/include/openssl/rsa.h:207:28: note: declared here2074 OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);2075 ^~~~~~~2076/builds/libssh/libssh-mirror/src/pki_crypto.c:1125:5: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2077 rc = RSA_set0_key(key->rsa, bn, be, bd);2078 ^~2079In file included from /usr/include/openssl/x509.h:36:0,2080 from /usr/include/openssl/pem.h:23,2081 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:2082/usr/include/openssl/rsa.h:213:27: note: declared here2083 OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);2084 ^~~~~~~~~~~~2085/builds/libssh/libssh-mirror/src/pki_crypto.c:1131:5: warning: 'RSA_set0_factors' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2086 rc = RSA_set0_factors(key->rsa, bp, bq);2087 ^~2088In file included from /usr/include/openssl/x509.h:36:0,2089 from /usr/include/openssl/pem.h:23,2090 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:2091/usr/include/openssl/rsa.h:214:27: note: declared here2092 OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q);2093 ^~~~~~~~~~~~~~~~2094/builds/libssh/libssh-mirror/src/pki_crypto.c:1145:5: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2095 RSA_free(key->rsa);2096 ^~~~~~~~2097In file included from /usr/include/openssl/x509.h:36:0,2098 from /usr/include/openssl/pem.h:23,2099 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:2100/usr/include/openssl/rsa.h:299:28: note: declared here2101 OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);2102 ^~~~~~~~2103/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_pubkey_build_rsa':2104/builds/libssh/libssh-mirror/src/pki_crypto.c:1155:5: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2105 key->rsa = RSA_new();2106 ^~~2107In file included from /usr/include/openssl/x509.h:36:0,2108 from /usr/include/openssl/pem.h:23,2109 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:2110/usr/include/openssl/rsa.h:207:28: note: declared here2111 OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);2112 ^~~~~~~2113/builds/libssh/libssh-mirror/src/pki_crypto.c:1167:5: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2114 rc = RSA_set0_key(key->rsa, bn, be, NULL);2115 ^~2116In file included from /usr/include/openssl/x509.h:36:0,2117 from /usr/include/openssl/pem.h:23,2118 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:2119/usr/include/openssl/rsa.h:213:27: note: declared here2120 OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);2121 ^~~~~~~~~~~~2122/builds/libssh/libssh-mirror/src/pki_crypto.c:1174:5: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2123 RSA_free(key->rsa);2124 ^~~~~~~~2125In file included from /usr/include/openssl/x509.h:36:0,2126 from /usr/include/openssl/pem.h:23,2127 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:2128/usr/include/openssl/rsa.h:299:28: note: declared here2129 OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);2130 ^~~~~~~~2131/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_publickey_to_blob':2132/builds/libssh/libssh-mirror/src/pki_crypto.c:1220:13: warning: 'DSA_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2133 DSA_get0_pqg(key->dsa, &bp, &bq, &bg);2134 ^~~~~~~~~~~~2135In file included from /usr/include/openssl/x509.h:37:0,2136 from /usr/include/openssl/pem.h:23,2137 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:2138/usr/include/openssl/dsa.h:206:28: note: declared here2139 OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p,2140 ^~~~~~~~~~~~2141/builds/libssh/libssh-mirror/src/pki_crypto.c:1236:13: warning: 'DSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2142 DSA_get0_key(key->dsa, &bpub_key, NULL);2143 ^~~~~~~~~~~~2144In file included from /usr/include/openssl/x509.h:37:0,2145 from /usr/include/openssl/pem.h:23,2146 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:2147/usr/include/openssl/dsa.h:209:28: note: declared here2148 OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key,2149 ^~~~~~~~~~~~2150/builds/libssh/libssh-mirror/src/pki_crypto.c:1273:13: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2151 RSA_get0_key(key->rsa, &bn, &be, NULL);2152 ^~~~~~~~~~~~2153In file included from /usr/include/openssl/x509.h:36:0,2154 from /usr/include/openssl/pem.h:23,2155 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:2156/usr/include/openssl/rsa.h:223:28: note: declared here2157 OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,2158 ^~~~~~~~~~~~2159/builds/libssh/libssh-mirror/src/pki_crypto.c:1323:13: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2160 e = make_ecpoint_string(EC_KEY_get0_group(key->ecdsa),2161 ^2162In file included from /usr/include/openssl/x509.h:33:0,2163 from /usr/include/openssl/pem.h:23,2164 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:2165/usr/include/openssl/ec.h:1037:39: note: declared here2166 OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);2167 ^~~~~~~~~~~~~~~~~2168/builds/libssh/libssh-mirror/src/pki_crypto.c:1324:37: warning: 'EC_KEY_get0_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2169 EC_KEY_get0_public_key(key->ecdsa));2170 ^~~~~~~~~~~~~~~~~~~~~~2171In file included from /usr/include/openssl/x509.h:33:0,2172 from /usr/include/openssl/pem.h:23,2173 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:2174/usr/include/openssl/ec.h:1065:39: note: declared here2175 OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key);2176 ^~~~~~~~~~~~~~~~~~~~~~2177/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_signature_from_rsa_blob':2178/builds/libssh/libssh-mirror/src/pki_crypto.c:1598:5: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2179 rsalen = RSA_size(pubkey->rsa);2180 ^~~~~~2181In file included from /usr/include/openssl/x509.h:36:0,2182 from /usr/include/openssl/pem.h:23,2183 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:2184/usr/include/openssl/rsa.h:210:27: note: declared here2185 OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);2186 ^~~~~~~~2187/builds/libssh/libssh-mirror/src/pki_crypto.c: In function 'pki_key_to_pkey':2188/builds/libssh/libssh-mirror/src/pki_crypto.c:2032:9: warning: 'EVP_PKEY_set1_DSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2189 EVP_PKEY_set1_DSA(pkey, key->dsa);2190 ^~~~~~~~~~~~~~~~~2191In file included from /usr/include/openssl/pem.h:22:0,2192 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:2193/usr/include/openssl/evp.h:1358:5: note: declared here2194 int EVP_PKEY_set1_DSA(EVP_PKEY *pkey, struct dsa_st *key);2195 ^~~~~~~~~~~~~~~~~2196/builds/libssh/libssh-mirror/src/pki_crypto.c:2047:9: warning: 'EVP_PKEY_set1_RSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2197 EVP_PKEY_set1_RSA(pkey, key->rsa);2198 ^~~~~~~~~~~~~~~~~2199In file included from /usr/include/openssl/pem.h:22:0,2200 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:2201/usr/include/openssl/evp.h:1349:5: note: declared here2202 int EVP_PKEY_set1_RSA(EVP_PKEY *pkey, struct rsa_st *key);2203 ^~~~~~~~~~~~~~~~~2204/builds/libssh/libssh-mirror/src/pki_crypto.c:2066:9: warning: 'EVP_PKEY_set1_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2205 EVP_PKEY_set1_EC_KEY(pkey, key->ecdsa);2206 ^~~~~~~~~~~~~~~~~~~~2207In file included from /usr/include/openssl/pem.h:22:0,2208 from /builds/libssh/libssh-mirror/src/pki_crypto.c:32:2209/usr/include/openssl/evp.h:1375:5: note: declared here2210 int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, struct ec_key_st *key);2211 ^~~~~~~~~~~~~~~~~~~~2212[ 44%] Building C object src/CMakeFiles/ssh-static.dir/ecdh_crypto.c.o2213/builds/libssh/libssh-mirror/src/ecdh_crypto.c: In function 'ssh_client_ecdh_init':2214/builds/libssh/libssh-mirror/src/ecdh_crypto.c:77:3: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2215 key = EC_KEY_new_by_curve_name(curve);2216 ^~~2217In file included from /usr/include/openssl/ecdh.h:10:0,2218 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2219 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2220 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2221/usr/include/openssl/ec.h:1001:31: note: declared here2222 OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);2223 ^~~~~~~~~~~~~~~~~~~~~~~~2224/builds/libssh/libssh-mirror/src/ecdh_crypto.c:82:3: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2225 group = EC_KEY_get0_group(key);2226 ^~~~~2227In file included from /usr/include/openssl/ecdh.h:10:0,2228 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2229 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2230 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2231/usr/include/openssl/ec.h:1037:39: note: declared here2232 OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);2233 ^~~~~~~~~~~~~~~~~2234/builds/libssh/libssh-mirror/src/ecdh_crypto.c:84:3: warning: 'EC_KEY_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2235 EC_KEY_generate_key(key);2236 ^~~~~~~~~~~~~~~~~~~2237In file included from /usr/include/openssl/ecdh.h:10:0,2238 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2239 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2240 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2241/usr/include/openssl/ec.h:1104:27: note: declared here2242 OSSL_DEPRECATEDIN_3_0 int EC_KEY_generate_key(EC_KEY *key);2243 ^~~~~~~~~~~~~~~~~~~2244/builds/libssh/libssh-mirror/src/ecdh_crypto.c:86:3: warning: 'EC_KEY_get0_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2245 pubkey=EC_KEY_get0_public_key(key);2246 ^~~~~~2247In file included from /usr/include/openssl/ecdh.h:10:0,2248 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2249 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2250 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2251/usr/include/openssl/ec.h:1065:39: note: declared here2252 OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key);2253 ^~~~~~~~~~~~~~~~~~~~~~2254/builds/libssh/libssh-mirror/src/ecdh_crypto.c:93:7: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2255 EC_KEY_free(key);2256 ^~~~~~~~~~~2257In file included from /usr/include/openssl/ecdh.h:10:0,2258 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2259 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2260 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2261/usr/include/openssl/ec.h:1006:28: note: declared here2262 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);2263 ^~~~~~~~~~~2264/builds/libssh/libssh-mirror/src/ecdh_crypto.c:103:7: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2265 EC_KEY_free(key);2266 ^~~~~~~~~~~2267In file included from /usr/include/openssl/ecdh.h:10:0,2268 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2269 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2270 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2271/usr/include/openssl/ec.h:1006:28: note: declared here2272 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);2273 ^~~~~~~~~~~2274/builds/libssh/libssh-mirror/src/ecdh_crypto.c: In function 'ecdh_build_k':2275/builds/libssh/libssh-mirror/src/ecdh_crypto.c:121:3: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2276 const EC_GROUP *group = EC_KEY_get0_group(session->next_crypto->ecdh_privkey);2277 ^~~~~2278In file included from /usr/include/openssl/ecdh.h:10:0,2279 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2280 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2281 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2282/usr/include/openssl/ec.h:1037:39: note: declared here2283 OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);2284 ^~~~~~~~~~~~~~~~~2285/builds/libssh/libssh-mirror/src/ecdh_crypto.c:162:3: warning: 'ECDH_compute_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2286 rc = ECDH_compute_key(buffer,2287 ^~2288In file included from /usr/include/openssl/ecdh.h:10:0,2289 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2290 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2291 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2292/usr/include/openssl/ec.h:1299:27: note: declared here2293 OSSL_DEPRECATEDIN_3_0 int ECDH_compute_key(void *out, size_t outlen,2294 ^~~~~~~~~~~~~~~~2295/builds/libssh/libssh-mirror/src/ecdh_crypto.c:176:7: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2296 EC_KEY_free(session->next_crypto->ecdh_privkey);2297 ^~~~~~~~~~~2298In file included from /usr/include/openssl/ecdh.h:10:0,2299 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2300 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2301 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2302/usr/include/openssl/ec.h:1006:28: note: declared here2303 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);2304 ^~~~~~~~~~~2305/builds/libssh/libssh-mirror/src/ecdh_crypto.c:180:3: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2306 EC_KEY_free(session->next_crypto->ecdh_privkey);2307 ^~~~~~~~~~~2308In file included from /usr/include/openssl/ecdh.h:10:0,2309 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2310 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2311 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2312/usr/include/openssl/ec.h:1006:28: note: declared here2313 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);2314 ^~~~~~~~~~~2315/builds/libssh/libssh-mirror/src/ecdh_crypto.c: In function 'ssh_packet_server_ecdh_init':2316/builds/libssh/libssh-mirror/src/ecdh_crypto.c:237:5: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2317 ecdh_key = EC_KEY_new_by_curve_name(curve);2318 ^~~~~~~~2319In file included from /usr/include/openssl/ecdh.h:10:0,2320 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2321 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2322 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2323/usr/include/openssl/ec.h:1001:31: note: declared here2324 OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);2325 ^~~~~~~~~~~~~~~~~~~~~~~~2326/builds/libssh/libssh-mirror/src/ecdh_crypto.c:244:5: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2327 group = EC_KEY_get0_group(ecdh_key);2328 ^~~~~2329In file included from /usr/include/openssl/ecdh.h:10:0,2330 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2331 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2332 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2333/usr/include/openssl/ec.h:1037:39: note: declared here2334 OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);2335 ^~~~~~~~~~~~~~~~~2336/builds/libssh/libssh-mirror/src/ecdh_crypto.c:245:5: warning: 'EC_KEY_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2337 EC_KEY_generate_key(ecdh_key);2338 ^~~~~~~~~~~~~~~~~~~2339In file included from /usr/include/openssl/ecdh.h:10:0,2340 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2341 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2342 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2343/usr/include/openssl/ec.h:1104:27: note: declared here2344 OSSL_DEPRECATEDIN_3_0 int EC_KEY_generate_key(EC_KEY *key);2345 ^~~~~~~~~~~~~~~~~~~2346/builds/libssh/libssh-mirror/src/ecdh_crypto.c:247:5: warning: 'EC_KEY_get0_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2347 ecdh_pubkey = EC_KEY_get0_public_key(ecdh_key);2348 ^~~~~~~~~~~2349In file included from /usr/include/openssl/ecdh.h:10:0,2350 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2351 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2352 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2353/usr/include/openssl/ec.h:1065:39: note: declared here2354 OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key);2355 ^~~~~~~~~~~~~~~~~~~~~~2356/builds/libssh/libssh-mirror/src/ecdh_crypto.c:257:9: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2357 EC_KEY_free(ecdh_key);2358 ^~~~~~~~~~~2359In file included from /usr/include/openssl/ecdh.h:10:0,2360 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2361 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2362 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2363/usr/include/openssl/ec.h:1006:28: note: declared here2364 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);2365 ^~~~~~~~~~~2366[ 44%] Building C object src/CMakeFiles/ssh.dir/ecdh_crypto.c.o2367[ 44%] Building C object src/CMakeFiles/ssh-static.dir/libcrypto.c.o2368/builds/libssh/libssh-mirror/src/ecdh_crypto.c: In function 'ssh_client_ecdh_init':2369/builds/libssh/libssh-mirror/src/ecdh_crypto.c:77:3: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2370 key = EC_KEY_new_by_curve_name(curve);2371 ^~~2372In file included from /usr/include/openssl/ecdh.h:10:0,2373 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2374 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2375 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2376/usr/include/openssl/ec.h:1001:31: note: declared here2377 OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);2378 ^~~~~~~~~~~~~~~~~~~~~~~~2379/builds/libssh/libssh-mirror/src/ecdh_crypto.c:82:3: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2380 group = EC_KEY_get0_group(key);2381 ^~~~~2382In file included from /usr/include/openssl/ecdh.h:10:0,2383 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2384 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2385 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2386/usr/include/openssl/ec.h:1037:39: note: declared here2387 OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);2388 ^~~~~~~~~~~~~~~~~2389/builds/libssh/libssh-mirror/src/ecdh_crypto.c:84:3: warning: 'EC_KEY_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2390 EC_KEY_generate_key(key);2391 ^~~~~~~~~~~~~~~~~~~2392In file included from /usr/include/openssl/ecdh.h:10:0,2393 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2394 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2395 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2396/usr/include/openssl/ec.h:1104:27: note: declared here2397 OSSL_DEPRECATEDIN_3_0 int EC_KEY_generate_key(EC_KEY *key);2398 ^~~~~~~~~~~~~~~~~~~2399/builds/libssh/libssh-mirror/src/ecdh_crypto.c:86:3: warning: 'EC_KEY_get0_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2400 pubkey=EC_KEY_get0_public_key(key);2401 ^~~~~~2402In file included from /usr/include/openssl/ecdh.h:10:0,2403 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2404 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2405 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2406/usr/include/openssl/ec.h:1065:39: note: declared here2407 OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key);2408 ^~~~~~~~~~~~~~~~~~~~~~2409/builds/libssh/libssh-mirror/src/ecdh_crypto.c:93:7: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2410 EC_KEY_free(key);2411 ^~~~~~~~~~~2412In file included from /usr/include/openssl/ecdh.h:10:0,2413 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2414 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2415 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2416/usr/include/openssl/ec.h:1006:28: note: declared here2417 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);2418 ^~~~~~~~~~~2419/builds/libssh/libssh-mirror/src/ecdh_crypto.c:103:7: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2420 EC_KEY_free(key);2421 ^~~~~~~~~~~2422In file included from /usr/include/openssl/ecdh.h:10:0,2423 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2424 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2425 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2426/usr/include/openssl/ec.h:1006:28: note: declared here2427 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);2428 ^~~~~~~~~~~2429/builds/libssh/libssh-mirror/src/ecdh_crypto.c: In function 'ecdh_build_k':2430/builds/libssh/libssh-mirror/src/ecdh_crypto.c:121:3: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2431 const EC_GROUP *group = EC_KEY_get0_group(session->next_crypto->ecdh_privkey);2432 ^~~~~2433In file included from /usr/include/openssl/ecdh.h:10:0,2434 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2435 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2436 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2437/usr/include/openssl/ec.h:1037:39: note: declared here2438 OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);2439 ^~~~~~~~~~~~~~~~~2440/builds/libssh/libssh-mirror/src/ecdh_crypto.c:162:3: warning: 'ECDH_compute_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2441 rc = ECDH_compute_key(buffer,2442 ^~2443In file included from /usr/include/openssl/ecdh.h:10:0,2444 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2445 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2446 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2447/usr/include/openssl/ec.h:1299:27: note: declared here2448 OSSL_DEPRECATEDIN_3_0 int ECDH_compute_key(void *out, size_t outlen,2449 ^~~~~~~~~~~~~~~~2450/builds/libssh/libssh-mirror/src/ecdh_crypto.c:176:7: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2451 EC_KEY_free(session->next_crypto->ecdh_privkey);2452 ^~~~~~~~~~~2453In file included from /usr/include/openssl/ecdh.h:10:0,2454 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2455 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2456 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2457/usr/include/openssl/ec.h:1006:28: note: declared here2458 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);2459 ^~~~~~~~~~~2460/builds/libssh/libssh-mirror/src/ecdh_crypto.c:180:3: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2461 EC_KEY_free(session->next_crypto->ecdh_privkey);2462 ^~~~~~~~~~~2463In file included from /usr/include/openssl/ecdh.h:10:0,2464 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2465 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2466 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2467/usr/include/openssl/ec.h:1006:28: note: declared here2468 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);2469 ^~~~~~~~~~~2470/builds/libssh/libssh-mirror/src/ecdh_crypto.c: In function 'ssh_packet_server_ecdh_init':2471/builds/libssh/libssh-mirror/src/ecdh_crypto.c:237:5: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2472 ecdh_key = EC_KEY_new_by_curve_name(curve);2473 ^~~~~~~~2474In file included from /usr/include/openssl/ecdh.h:10:0,2475 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2476 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2477 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2478/usr/include/openssl/ec.h:1001:31: note: declared here2479 OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);2480 ^~~~~~~~~~~~~~~~~~~~~~~~2481/builds/libssh/libssh-mirror/src/ecdh_crypto.c:244:5: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2482 group = EC_KEY_get0_group(ecdh_key);2483 ^~~~~2484In file included from /usr/include/openssl/ecdh.h:10:0,2485 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2486 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2487 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2488/usr/include/openssl/ec.h:1037:39: note: declared here2489 OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);2490 ^~~~~~~~~~~~~~~~~2491/builds/libssh/libssh-mirror/src/ecdh_crypto.c:245:5: warning: 'EC_KEY_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2492 EC_KEY_generate_key(ecdh_key);2493 ^~~~~~~~~~~~~~~~~~~2494In file included from /usr/include/openssl/ecdh.h:10:0,2495 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2496 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2497 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2498/usr/include/openssl/ec.h:1104:27: note: declared here2499 OSSL_DEPRECATEDIN_3_0 int EC_KEY_generate_key(EC_KEY *key);2500 ^~~~~~~~~~~~~~~~~~~2501/builds/libssh/libssh-mirror/src/ecdh_crypto.c:247:5: warning: 'EC_KEY_get0_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2502 ecdh_pubkey = EC_KEY_get0_public_key(ecdh_key);2503 ^~~~~~~~~~~2504In file included from /usr/include/openssl/ecdh.h:10:0,2505 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2506 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2507 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2508/usr/include/openssl/ec.h:1065:39: note: declared here2509 OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key);2510 ^~~~~~~~~~~~~~~~~~~~~~2511/builds/libssh/libssh-mirror/src/ecdh_crypto.c:257:9: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2512 EC_KEY_free(ecdh_key);2513 ^~~~~~~~~~~2514In file included from /usr/include/openssl/ecdh.h:10:0,2515 from /builds/libssh/libssh-mirror/include/libssh/crypto.h:46,2516 from /builds/libssh/libssh-mirror/include/libssh/dh.h:26,2517 from /builds/libssh/libssh-mirror/src/ecdh_crypto.c:25:2518/usr/include/openssl/ec.h:1006:28: note: declared here2519 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);2520 ^~~~~~~~~~~2521/builds/libssh/libssh-mirror/src/libcrypto.c: In function 'hmac_init':2522/builds/libssh/libssh-mirror/src/libcrypto.c:467:3: warning: 'HMAC_CTX_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2523 ctx = HMAC_CTX_new();2524 ^~~2525In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:32:0,2526 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2527 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2528 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2529 from /builds/libssh/libssh-mirror/src/libcrypto.c:32:2530/usr/include/openssl/hmac.h:33:33: note: declared here2531 OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void);2532 ^~~~~~~~~~~~2533/builds/libssh/libssh-mirror/src/libcrypto.c:475:7: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2534 HMAC_Init_ex(ctx, key, len, EVP_sha1(), NULL);2535 ^~~~~~~~~~~~2536In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:32:0,2537 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2538 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2539 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2540 from /builds/libssh/libssh-mirror/src/libcrypto.c:32:2541/usr/include/openssl/hmac.h:43:27: note: declared here2542 OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,2543 ^~~~~~~~~~~~2544/builds/libssh/libssh-mirror/src/libcrypto.c:478:7: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2545 HMAC_Init_ex(ctx, key, len, EVP_sha256(), NULL);2546 ^~~~~~~~~~~~2547In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:32:0,2548 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2549 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2550 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2551 from /builds/libssh/libssh-mirror/src/libcrypto.c:32:2552/usr/include/openssl/hmac.h:43:27: note: declared here2553 OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,2554 ^~~~~~~~~~~~2555/builds/libssh/libssh-mirror/src/libcrypto.c:481:7: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2556 HMAC_Init_ex(ctx, key, len, EVP_sha512(), NULL);2557 ^~~~~~~~~~~~2558In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:32:0,2559 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2560 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2561 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2562 from /builds/libssh/libssh-mirror/src/libcrypto.c:32:2563/usr/include/openssl/hmac.h:43:27: note: declared here2564 OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,2565 ^~~~~~~~~~~~2566/builds/libssh/libssh-mirror/src/libcrypto.c:484:7: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2567 HMAC_Init_ex(ctx, key, len, EVP_md5(), NULL);2568 ^~~~~~~~~~~~2569In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:32:0,2570 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2571 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2572 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2573 from /builds/libssh/libssh-mirror/src/libcrypto.c:32:2574/usr/include/openssl/hmac.h:43:27: note: declared here2575 OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,2576 ^~~~~~~~~~~~2577/builds/libssh/libssh-mirror/src/libcrypto.c:487:7: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2578 HMAC_CTX_free(ctx);2579 ^~~~~~~~~~~~~2580In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:32:0,2581 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2582 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2583 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2584 from /builds/libssh/libssh-mirror/src/libcrypto.c:32:2585/usr/include/openssl/hmac.h:35:28: note: declared here2586 OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx);2587 ^~~~~~~~~~~~~2588/builds/libssh/libssh-mirror/src/libcrypto.c: In function 'hmac_update':2589/builds/libssh/libssh-mirror/src/libcrypto.c:495:3: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2590 HMAC_Update(ctx, data, len);2591 ^~~~~~~~~~~2592In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:32:0,2593 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2594 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2595 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2596 from /builds/libssh/libssh-mirror/src/libcrypto.c:32:2597/usr/include/openssl/hmac.h:45:27: note: declared here2598 OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,2599 ^~~~~~~~~~~2600/builds/libssh/libssh-mirror/src/libcrypto.c: In function 'hmac_final':2601/builds/libssh/libssh-mirror/src/libcrypto.c:499:3: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2602 HMAC_Final(ctx,hashmacbuf,len);2603 ^~~~~~~~~~2604In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:32:0,2605 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2606 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2607 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2608 from /builds/libssh/libssh-mirror/src/libcrypto.c:32:2609/usr/include/openssl/hmac.h:47:27: note: declared here2610 OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md,2611 ^~~~~~~~~~2612/builds/libssh/libssh-mirror/src/libcrypto.c:502:3: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2613 HMAC_CTX_free(ctx);2614 ^~~~~~~~~~~~~2615In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:32:0,2616 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2617 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2618 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2619 from /builds/libssh/libssh-mirror/src/libcrypto.c:32:2620/usr/include/openssl/hmac.h:35:28: note: declared here2621 OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx);2622 ^~~~~~~~~~~~~2623[ 44%] Building C object src/CMakeFiles/ssh.dir/libcrypto.c.o2624/builds/libssh/libssh-mirror/src/libcrypto.c: In function 'hmac_init':2625/builds/libssh/libssh-mirror/src/libcrypto.c:467:3: warning: 'HMAC_CTX_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2626 ctx = HMAC_CTX_new();2627 ^~~2628In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:32:0,2629 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2630 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2631 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2632 from /builds/libssh/libssh-mirror/src/libcrypto.c:32:2633/usr/include/openssl/hmac.h:33:33: note: declared here2634 OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void);2635 ^~~~~~~~~~~~2636/builds/libssh/libssh-mirror/src/libcrypto.c:475:7: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2637 HMAC_Init_ex(ctx, key, len, EVP_sha1(), NULL);2638 ^~~~~~~~~~~~2639In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:32:0,2640 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2641 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2642 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2643 from /builds/libssh/libssh-mirror/src/libcrypto.c:32:2644/usr/include/openssl/hmac.h:43:27: note: declared here2645 OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,2646 ^~~~~~~~~~~~2647/builds/libssh/libssh-mirror/src/libcrypto.c:478:7: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2648 HMAC_Init_ex(ctx, key, len, EVP_sha256(), NULL);2649 ^~~~~~~~~~~~2650In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:32:0,2651 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2652 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2653 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2654 from /builds/libssh/libssh-mirror/src/libcrypto.c:32:2655/usr/include/openssl/hmac.h:43:27: note: declared here2656 OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,2657 ^~~~~~~~~~~~2658/builds/libssh/libssh-mirror/src/libcrypto.c:481:7: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2659 HMAC_Init_ex(ctx, key, len, EVP_sha512(), NULL);2660 ^~~~~~~~~~~~2661In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:32:0,2662 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2663 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2664 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2665 from /builds/libssh/libssh-mirror/src/libcrypto.c:32:2666/usr/include/openssl/hmac.h:43:27: note: declared here2667 OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,2668 ^~~~~~~~~~~~2669/builds/libssh/libssh-mirror/src/libcrypto.c:484:7: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2670 HMAC_Init_ex(ctx, key, len, EVP_md5(), NULL);2671 ^~~~~~~~~~~~2672In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:32:0,2673 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2674 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2675 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2676 from /builds/libssh/libssh-mirror/src/libcrypto.c:32:2677/usr/include/openssl/hmac.h:43:27: note: declared here2678 OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,2679 ^~~~~~~~~~~~2680/builds/libssh/libssh-mirror/src/libcrypto.c:487:7: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2681 HMAC_CTX_free(ctx);2682 ^~~~~~~~~~~~~2683In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:32:0,2684 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2685 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2686 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2687 from /builds/libssh/libssh-mirror/src/libcrypto.c:32:2688/usr/include/openssl/hmac.h:35:28: note: declared here2689 OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx);2690 ^~~~~~~~~~~~~2691/builds/libssh/libssh-mirror/src/libcrypto.c: In function 'hmac_update':2692/builds/libssh/libssh-mirror/src/libcrypto.c:495:3: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2693 HMAC_Update(ctx, data, len);2694 ^~~~~~~~~~~2695In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:32:0,2696 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2697 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2698 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2699 from /builds/libssh/libssh-mirror/src/libcrypto.c:32:2700/usr/include/openssl/hmac.h:45:27: note: declared here2701 OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,2702 ^~~~~~~~~~~2703/builds/libssh/libssh-mirror/src/libcrypto.c: In function 'hmac_final':2704/builds/libssh/libssh-mirror/src/libcrypto.c:499:3: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2705 HMAC_Final(ctx,hashmacbuf,len);2706 ^~~~~~~~~~2707In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:32:0,2708 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2709 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2710 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2711 from /builds/libssh/libssh-mirror/src/libcrypto.c:32:2712/usr/include/openssl/hmac.h:47:27: note: declared here2713 OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md,2714 ^~~~~~~~~~2715/builds/libssh/libssh-mirror/src/libcrypto.c:502:3: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2716 HMAC_CTX_free(ctx);2717 ^~~~~~~~~~~~~2718In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:32:0,2719 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2720 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2721 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2722 from /builds/libssh/libssh-mirror/src/libcrypto.c:32:2723/usr/include/openssl/hmac.h:35:28: note: declared here2724 OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx);2725 ^~~~~~~~~~~~~2726[ 45%] Building C object src/CMakeFiles/ssh-static.dir/dh_crypto.c.o2727/builds/libssh/libssh-mirror/src/dh_crypto.c: In function 'ssh_dh_keypair_get_keys':2728/builds/libssh/libssh-mirror/src/dh_crypto.c:73:5: warning: 'DH_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2729 DH_get0_key(ctx->keypair[peer], pub, priv);2730 ^~~~~~~~~~~2731In file included from /usr/include/openssl/dsa.h:31:0,2732 from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28,2733 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2734 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2735 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2736 from /builds/libssh/libssh-mirror/src/dh_crypto.c:23:2737/usr/include/openssl/dh.h:263:28: note: declared here2738 OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key,2739 ^~~~~~~~~~~2740/builds/libssh/libssh-mirror/src/dh_crypto.c: In function 'ssh_dh_keypair_set_keys':2741/builds/libssh/libssh-mirror/src/dh_crypto.c:102:5: warning: 'DH_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2742 (void)DH_set0_key(ctx->keypair[peer], pub_key, priv_key);2743 ^2744In file included from /usr/include/openssl/dsa.h:31:0,2745 from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28,2746 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2747 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2748 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2749 from /builds/libssh/libssh-mirror/src/dh_crypto.c:23:2750/usr/include/openssl/dh.h:265:27: note: declared here2751 OSSL_DEPRECATEDIN_3_0 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key);2752 ^~~~~~~~~~~2753/builds/libssh/libssh-mirror/src/dh_crypto.c: In function 'ssh_dh_get_parameters':2754/builds/libssh/libssh-mirror/src/dh_crypto.c:113:5: warning: 'DH_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2755 DH_get0_pqg(ctx->keypair[0], modulus, NULL, generator);2756 ^~~~~~~~~~~2757In file included from /usr/include/openssl/dsa.h:31:0,2758 from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28,2759 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2760 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2761 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2762 from /builds/libssh/libssh-mirror/src/dh_crypto.c:23:2763/usr/include/openssl/dh.h:260:28: note: declared here2764 OSSL_DEPRECATEDIN_3_0 void DH_get0_pqg(const DH *dh, const BIGNUM **p,2765 ^~~~~~~~~~~2766/builds/libssh/libssh-mirror/src/dh_crypto.c: In function 'ssh_dh_set_parameters':2767/builds/libssh/libssh-mirror/src/dh_crypto.c:133:9: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2768 DH_free(ctx->keypair[i]);2769 ^~~~~~~2770In file included from /usr/include/openssl/dsa.h:31:0,2771 from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28,2772 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2773 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2774 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2775 from /builds/libssh/libssh-mirror/src/dh_crypto.c:23:2776/usr/include/openssl/dh.h:207:28: note: declared here2777 OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);2778 ^~~~~~~2779/builds/libssh/libssh-mirror/src/dh_crypto.c:134:9: warning: 'DH_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2780 ctx->keypair[i] = DH_new();2781 ^~~2782In file included from /usr/include/openssl/dsa.h:31:0,2783 from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28,2784 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2785 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2786 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2787 from /builds/libssh/libssh-mirror/src/dh_crypto.c:23:2788/usr/include/openssl/dh.h:206:27: note: declared here2789 OSSL_DEPRECATEDIN_3_0 DH *DH_new(void);2790 ^~~~~~2791/builds/libssh/libssh-mirror/src/dh_crypto.c:142:9: warning: 'DH_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2792 rc = DH_set0_pqg(ctx->keypair[i], p, NULL, g);2793 ^~2794In file included from /usr/include/openssl/dsa.h:31:0,2795 from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28,2796 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2797 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2798 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2799 from /builds/libssh/libssh-mirror/src/dh_crypto.c:23:2800/usr/include/openssl/dh.h:262:27: note: declared here2801 OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g);2802 ^~~~~~~~~~~2803/builds/libssh/libssh-mirror/src/dh_crypto.c:154:9: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2804 DH_free(ctx->keypair[0]);2805 ^~~~~~~2806In file included from /usr/include/openssl/dsa.h:31:0,2807 from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28,2808 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2809 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2810 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2811 from /builds/libssh/libssh-mirror/src/dh_crypto.c:23:2812/usr/include/openssl/dh.h:207:28: note: declared here2813 OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);2814 ^~~~~~~2815/builds/libssh/libssh-mirror/src/dh_crypto.c:155:9: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2816 DH_free(ctx->keypair[1]);2817 ^~~~~~~2818In file included from /usr/include/openssl/dsa.h:31:0,2819 from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28,2820 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2821 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2822 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2823 from /builds/libssh/libssh-mirror/src/dh_crypto.c:23:2824/usr/include/openssl/dh.h:207:28: note: declared here2825 OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);2826 ^~~~~~~2827/builds/libssh/libssh-mirror/src/dh_crypto.c: In function 'ssh_dh_cleanup':2828/builds/libssh/libssh-mirror/src/dh_crypto.c:205:9: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2829 DH_free(crypto->dh_ctx->keypair[0]);2830 ^~~~~~~2831In file included from /usr/include/openssl/dsa.h:31:0,2832 from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28,2833 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2834 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2835 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2836 from /builds/libssh/libssh-mirror/src/dh_crypto.c:23:2837/usr/include/openssl/dh.h:207:28: note: declared here2838 OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);2839 ^~~~~~~2840/builds/libssh/libssh-mirror/src/dh_crypto.c:206:9: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2841 DH_free(crypto->dh_ctx->keypair[1]);2842 ^~~~~~~2843In file included from /usr/include/openssl/dsa.h:31:0,2844 from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28,2845 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2846 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2847 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2848 from /builds/libssh/libssh-mirror/src/dh_crypto.c:23:2849/usr/include/openssl/dh.h:207:28: note: declared here2850 OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);2851 ^~~~~~~2852/builds/libssh/libssh-mirror/src/dh_crypto.c: In function 'ssh_dh_keypair_gen_keys':2853/builds/libssh/libssh-mirror/src/dh_crypto.c:228:5: warning: 'DH_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2854 rc = DH_generate_key(dh_ctx->keypair[peer]);2855 ^~2856In file included from /usr/include/openssl/dsa.h:31:0,2857 from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28,2858 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2859 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2860 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2861 from /builds/libssh/libssh-mirror/src/dh_crypto.c:23:2862/usr/include/openssl/dh.h:230:27: note: declared here2863 OSSL_DEPRECATEDIN_3_0 int DH_generate_key(DH *dh);2864 ^~~~~~~~~~~~~~~2865/builds/libssh/libssh-mirror/src/dh_crypto.c: In function 'ssh_dh_compute_shared_secret':2866/builds/libssh/libssh-mirror/src/dh_crypto.c:259:5: warning: 'DH_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2867 kstring = malloc(DH_size(dh_ctx->keypair[local]));2868 ^~~~~~~2869In file included from /usr/include/openssl/dsa.h:31:0,2870 from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28,2871 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2872 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2873 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2874 from /builds/libssh/libssh-mirror/src/dh_crypto.c:23:2875/usr/include/openssl/dh.h:210:27: note: declared here2876 OSSL_DEPRECATEDIN_3_0 int DH_size(const DH *dh);2877 ^~~~~~~2878/builds/libssh/libssh-mirror/src/dh_crypto.c:271:5: warning: 'DH_compute_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2879 klen = DH_compute_key(kstring, pub_key, dh_ctx->keypair[local]);2880 ^~~~2881In file included from /usr/include/openssl/dsa.h:31:0,2882 from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28,2883 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2884 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2885 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2886 from /builds/libssh/libssh-mirror/src/dh_crypto.c:23:2887/usr/include/openssl/dh.h:231:27: note: declared here2888 OSSL_DEPRECATEDIN_3_0 int DH_compute_key(unsigned char *key,2889 ^~~~~~~~~~~~~~2890[ 46%] Building C object src/CMakeFiles/ssh.dir/dh_crypto.c.o2891[ 46%] Building C object src/CMakeFiles/ssh-static.dir/sftp.c.o2892/builds/libssh/libssh-mirror/src/dh_crypto.c: In function 'ssh_dh_keypair_get_keys':2893/builds/libssh/libssh-mirror/src/dh_crypto.c:73:5: warning: 'DH_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2894 DH_get0_key(ctx->keypair[peer], pub, priv);2895 ^~~~~~~~~~~2896In file included from /usr/include/openssl/dsa.h:31:0,2897 from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28,2898 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2899 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2900 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2901 from /builds/libssh/libssh-mirror/src/dh_crypto.c:23:2902/usr/include/openssl/dh.h:263:28: note: declared here2903 OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key,2904 ^~~~~~~~~~~2905/builds/libssh/libssh-mirror/src/dh_crypto.c: In function 'ssh_dh_keypair_set_keys':2906/builds/libssh/libssh-mirror/src/dh_crypto.c:102:5: warning: 'DH_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2907 (void)DH_set0_key(ctx->keypair[peer], pub_key, priv_key);2908 ^2909In file included from /usr/include/openssl/dsa.h:31:0,2910 from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28,2911 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2912 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2913 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2914 from /builds/libssh/libssh-mirror/src/dh_crypto.c:23:2915/usr/include/openssl/dh.h:265:27: note: declared here2916 OSSL_DEPRECATEDIN_3_0 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key);2917 ^~~~~~~~~~~2918/builds/libssh/libssh-mirror/src/dh_crypto.c: In function 'ssh_dh_get_parameters':2919/builds/libssh/libssh-mirror/src/dh_crypto.c:113:5: warning: 'DH_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2920 DH_get0_pqg(ctx->keypair[0], modulus, NULL, generator);2921 ^~~~~~~~~~~2922In file included from /usr/include/openssl/dsa.h:31:0,2923 from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28,2924 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2925 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2926 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2927 from /builds/libssh/libssh-mirror/src/dh_crypto.c:23:2928/usr/include/openssl/dh.h:260:28: note: declared here2929 OSSL_DEPRECATEDIN_3_0 void DH_get0_pqg(const DH *dh, const BIGNUM **p,2930 ^~~~~~~~~~~2931/builds/libssh/libssh-mirror/src/dh_crypto.c: In function 'ssh_dh_set_parameters':2932/builds/libssh/libssh-mirror/src/dh_crypto.c:133:9: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2933 DH_free(ctx->keypair[i]);2934 ^~~~~~~2935In file included from /usr/include/openssl/dsa.h:31:0,2936 from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28,2937 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2938 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2939 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2940 from /builds/libssh/libssh-mirror/src/dh_crypto.c:23:2941/usr/include/openssl/dh.h:207:28: note: declared here2942 OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);2943 ^~~~~~~2944/builds/libssh/libssh-mirror/src/dh_crypto.c:134:9: warning: 'DH_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2945 ctx->keypair[i] = DH_new();2946 ^~~2947In file included from /usr/include/openssl/dsa.h:31:0,2948 from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28,2949 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2950 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2951 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2952 from /builds/libssh/libssh-mirror/src/dh_crypto.c:23:2953/usr/include/openssl/dh.h:206:27: note: declared here2954 OSSL_DEPRECATEDIN_3_0 DH *DH_new(void);2955 ^~~~~~2956/builds/libssh/libssh-mirror/src/dh_crypto.c:142:9: warning: 'DH_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2957 rc = DH_set0_pqg(ctx->keypair[i], p, NULL, g);2958 ^~2959In file included from /usr/include/openssl/dsa.h:31:0,2960 from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28,2961 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2962 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2963 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2964 from /builds/libssh/libssh-mirror/src/dh_crypto.c:23:2965/usr/include/openssl/dh.h:262:27: note: declared here2966 OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g);2967 ^~~~~~~~~~~2968/builds/libssh/libssh-mirror/src/dh_crypto.c:154:9: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2969 DH_free(ctx->keypair[0]);2970 ^~~~~~~2971In file included from /usr/include/openssl/dsa.h:31:0,2972 from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28,2973 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2974 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2975 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2976 from /builds/libssh/libssh-mirror/src/dh_crypto.c:23:2977/usr/include/openssl/dh.h:207:28: note: declared here2978 OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);2979 ^~~~~~~2980/builds/libssh/libssh-mirror/src/dh_crypto.c:155:9: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2981 DH_free(ctx->keypair[1]);2982 ^~~~~~~2983In file included from /usr/include/openssl/dsa.h:31:0,2984 from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28,2985 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2986 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,2987 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,2988 from /builds/libssh/libssh-mirror/src/dh_crypto.c:23:2989/usr/include/openssl/dh.h:207:28: note: declared here2990 OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);2991 ^~~~~~~2992/builds/libssh/libssh-mirror/src/dh_crypto.c: In function 'ssh_dh_cleanup':2993/builds/libssh/libssh-mirror/src/dh_crypto.c:205:9: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]2994 DH_free(crypto->dh_ctx->keypair[0]);2995 ^~~~~~~2996In file included from /usr/include/openssl/dsa.h:31:0,2997 from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28,2998 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,2999 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,3000 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,3001 from /builds/libssh/libssh-mirror/src/dh_crypto.c:23:3002/usr/include/openssl/dh.h:207:28: note: declared here3003 OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);3004 ^~~~~~~3005/builds/libssh/libssh-mirror/src/dh_crypto.c:206:9: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3006 DH_free(crypto->dh_ctx->keypair[1]);3007 ^~~~~~~3008In file included from /usr/include/openssl/dsa.h:31:0,3009 from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28,3010 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,3011 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,3012 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,3013 from /builds/libssh/libssh-mirror/src/dh_crypto.c:23:3014/usr/include/openssl/dh.h:207:28: note: declared here3015 OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);3016 ^~~~~~~3017/builds/libssh/libssh-mirror/src/dh_crypto.c: In function 'ssh_dh_keypair_gen_keys':3018/builds/libssh/libssh-mirror/src/dh_crypto.c:228:5: warning: 'DH_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3019 rc = DH_generate_key(dh_ctx->keypair[peer]);3020 ^~3021In file included from /usr/include/openssl/dsa.h:31:0,3022 from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28,3023 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,3024 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,3025 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,3026 from /builds/libssh/libssh-mirror/src/dh_crypto.c:23:3027/usr/include/openssl/dh.h:230:27: note: declared here3028 OSSL_DEPRECATEDIN_3_0 int DH_generate_key(DH *dh);3029 ^~~~~~~~~~~~~~~3030/builds/libssh/libssh-mirror/src/dh_crypto.c: In function 'ssh_dh_compute_shared_secret':3031/builds/libssh/libssh-mirror/src/dh_crypto.c:259:5: warning: 'DH_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3032 kstring = malloc(DH_size(dh_ctx->keypair[local]));3033 ^~~~~~~3034In file included from /usr/include/openssl/dsa.h:31:0,3035 from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28,3036 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,3037 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,3038 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,3039 from /builds/libssh/libssh-mirror/src/dh_crypto.c:23:3040/usr/include/openssl/dh.h:210:27: note: declared here3041 OSSL_DEPRECATEDIN_3_0 int DH_size(const DH *dh);3042 ^~~~~~~3043/builds/libssh/libssh-mirror/src/dh_crypto.c:271:5: warning: 'DH_compute_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3044 klen = DH_compute_key(kstring, pub_key, dh_ctx->keypair[local]);3045 ^~~~3046In file included from /usr/include/openssl/dsa.h:31:0,3047 from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28,3048 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,3049 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,3050 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,3051 from /builds/libssh/libssh-mirror/src/dh_crypto.c:23:3052/usr/include/openssl/dh.h:231:27: note: declared here3053 OSSL_DEPRECATEDIN_3_0 int DH_compute_key(unsigned char *key,3054 ^~~~~~~~~~~~~~3055[ 46%] Building C object src/CMakeFiles/ssh.dir/sftp.c.o3056[ 46%] Building C object src/CMakeFiles/ssh-static.dir/sftpserver.c.o3057[ 47%] Building C object src/CMakeFiles/ssh.dir/sftpserver.c.o3058[ 48%] Building C object src/CMakeFiles/ssh-static.dir/server.c.o3059[ 48%] Building C object src/CMakeFiles/ssh.dir/server.c.o3060[ 48%] Building C object src/CMakeFiles/ssh-static.dir/bind.c.o3061[ 48%] Building C object src/CMakeFiles/ssh.dir/bind.c.o3062[ 49%] Building C object src/CMakeFiles/ssh-static.dir/bind_config.c.o3063[ 50%] Building C object src/CMakeFiles/ssh.dir/bind_config.c.o3064[ 50%] Building C object src/CMakeFiles/ssh-static.dir/dh-gex.c.o3065[ 50%] Building C object src/CMakeFiles/ssh.dir/dh-gex.c.o3066[ 50%] Building C object src/CMakeFiles/ssh-static.dir/gzip.c.o3067[ 51%] Linking C static library libssh.a3068[ 52%] Building C object src/CMakeFiles/ssh.dir/gzip.c.o3069[ 52%] Built target ssh-static3070[ 52%] Building C object tests/CMakeFiles/torture.dir/cmdline.c.o3071[ 52%] Linking C shared library ../lib/libssh.so3072mold: warning: /builds/libssh/libssh-mirror/obj/src/libssh_dev.map: cannot assign version `LIBSSH_4_5_0` to symbol `ssh_gssapi_get_creds`: symbol not found3073mold: warning: /builds/libssh/libssh-mirror/obj/src/libssh_dev.map: cannot assign version `LIBSSH_4_5_0` to symbol `ssh_gssapi_set_creds`: symbol not found3074[ 52%] Building C object tests/CMakeFiles/torture.dir/torture.c.o3075[ 53%] Built target ssh3076[ 53%] Building C object examples/CMakeFiles/libssh_scp.dir/libssh_scp.c.o3077[ 54%] Building C object examples/CMakeFiles/libssh_scp.dir/authentication.c.o3078[ 54%] Building C object examples/CMakeFiles/libssh_scp.dir/knownhosts.c.o3079[ 55%] Building C object tests/CMakeFiles/torture.dir/torture_key.c.o3080[ 56%] Building C object examples/CMakeFiles/libssh_scp.dir/connect_ssh.c.o3081[ 56%] Building C object tests/CMakeFiles/torture.dir/torture_pki.c.o3082[ 56%] Linking C executable libssh_scp3083[ 56%] Built target libssh_scp3084[ 57%] Building C object tests/CMakeFiles/torture.dir/torture_cmocka.c.o3085[ 58%] Building C object examples/CMakeFiles/scp_download.dir/scp_download.c.o3086[ 58%] Building C object examples/CMakeFiles/scp_download.dir/authentication.c.o3087[ 58%] Linking C static library libtorture.a3088[ 58%] Built target torture3089[ 58%] Building C object examples/CMakeFiles/sshnetcat.dir/sshnetcat.c.o3090[ 59%] Building C object examples/CMakeFiles/scp_download.dir/knownhosts.c.o3091[ 59%] Building C object examples/CMakeFiles/scp_download.dir/connect_ssh.c.o3092[ 59%] Building C object examples/CMakeFiles/sshnetcat.dir/authentication.c.o3093[ 59%] Linking C executable scp_download3094[ 59%] Built target scp_download3095[ 60%] Building C object examples/CMakeFiles/sshnetcat.dir/knownhosts.c.o3096[ 60%] Building C object examples/CMakeFiles/samplesftp.dir/samplesftp.c.o3097[ 60%] Building C object examples/CMakeFiles/sshnetcat.dir/connect_ssh.c.o3098[ 60%] Building C object examples/CMakeFiles/samplesftp.dir/authentication.c.o3099[ 61%] Linking C executable sshnetcat3100[ 61%] Built target sshnetcat3101[ 62%] Building C object examples/CMakeFiles/samplesftp.dir/knownhosts.c.o3102[ 62%] Building C object examples/CMakeFiles/samplesftp.dir/connect_ssh.c.o3103[ 62%] Building C object examples/CMakeFiles/ssh-client.dir/ssh_client.c.o3104[ 63%] Linking C executable samplesftp3105[ 63%] Built target samplesftp3106[ 63%] Building C object examples/CMakeFiles/ssh_server_fork.dir/ssh_server_fork.c.o3107[ 64%] Building C object examples/CMakeFiles/ssh-client.dir/authentication.c.o3108[ 64%] Building C object examples/CMakeFiles/ssh-client.dir/knownhosts.c.o3109[ 65%] Linking C executable ssh_server_fork3110[ 66%] Building C object examples/CMakeFiles/ssh-client.dir/connect_ssh.c.o3111[ 66%] Built target ssh_server_fork3112[ 66%] Building C object examples/CMakeFiles/samplesshd-kbdint.dir/samplesshd-kbdint.c.o3113[ 66%] Linking C executable ssh-client3114[ 66%] Built target ssh-client3115[ 67%] Building C object examples/CMakeFiles/exec.dir/exec.c.o3116[ 67%] Linking C executable samplesshd-kbdint3117[ 67%] Building C object examples/CMakeFiles/exec.dir/authentication.c.o3118[ 67%] Built target samplesshd-kbdint3119[ 68%] Building C object examples/CMakeFiles/senddata.dir/senddata.c.o3120[ 69%] Building C object examples/CMakeFiles/exec.dir/knownhosts.c.o3121[ 69%] Building C object examples/CMakeFiles/senddata.dir/authentication.c.o3122[ 69%] Building C object examples/CMakeFiles/exec.dir/connect_ssh.c.o3123[ 70%] Building C object examples/CMakeFiles/senddata.dir/knownhosts.c.o3124[ 70%] Linking C executable exec3125[ 70%] Building C object examples/CMakeFiles/senddata.dir/connect_ssh.c.o3126[ 70%] Built target exec3127[ 71%] Building C object examples/CMakeFiles/keygen.dir/keygen.c.o3128[ 71%] Linking C executable senddata3129[ 71%] Linking C executable keygen3130[ 71%] Built target senddata3131[ 71%] Built target keygen3132[ 71%] Building CXX object examples/CMakeFiles/libsshpp.dir/libsshpp.cpp.o3133[ 71%] Building CXX object examples/CMakeFiles/libsshpp_noexcept.dir/libsshpp_noexcept.cpp.o3134[ 72%] Linking CXX executable libsshpp_noexcept3135[ 72%] Built target libsshpp_noexcept3136[ 72%] Building C object tests/unittests/CMakeFiles/torture_buffer.dir/torture_buffer.c.o3137[ 73%] Linking CXX executable libsshpp3138[ 73%] Built target libsshpp3139[ 73%] Building C object tests/unittests/CMakeFiles/torture_bytearray.dir/torture_bytearray.c.o3140[ 73%] Linking C executable torture_bytearray3141[ 73%] Built target torture_bytearray3142[ 74%] Building C object tests/unittests/CMakeFiles/torture_callbacks.dir/torture_callbacks.c.o3143[ 75%] Linking C executable torture_buffer3144[ 75%] Built target torture_buffer3145[ 75%] Building C object tests/unittests/CMakeFiles/torture_crypto.dir/torture_crypto.c.o3146[ 75%] Linking C executable torture_callbacks3147[ 75%] Built target torture_callbacks3148[ 76%] Building C object tests/unittests/CMakeFiles/torture_init.dir/torture_init.c.o3149[ 77%] Linking C executable torture_crypto3150[ 77%] Built target torture_crypto3151[ 77%] Building C object tests/unittests/CMakeFiles/torture_list.dir/torture_list.c.o3152[ 77%] Linking C executable torture_init3153[ 77%] Built target torture_init3154[ 78%] Building C object tests/unittests/CMakeFiles/torture_misc.dir/torture_misc.c.o3155[ 78%] Linking C executable torture_list3156[ 78%] Built target torture_list3157[ 78%] Building C object tests/unittests/CMakeFiles/torture_config.dir/torture_config.c.o3158[ 78%] Linking C executable torture_misc3159[ 78%] Built target torture_misc3160[ 78%] Building C object tests/unittests/CMakeFiles/torture_options.dir/torture_options.c.o3161[ 79%] Linking C executable torture_config3162[ 79%] Built target torture_config3163[ 80%] Building C object tests/unittests/CMakeFiles/torture_isipaddr.dir/torture_isipaddr.c.o3164[ 81%] Linking C executable torture_options3165[ 81%] Linking C executable torture_isipaddr3166[ 81%] Built target torture_options3167[ 81%] Building C object tests/unittests/CMakeFiles/torture_knownhosts_parsing.dir/torture_knownhosts_parsing.c.o3168[ 81%] Built target torture_isipaddr3169[ 81%] Building C object tests/unittests/CMakeFiles/torture_hashes.dir/torture_hashes.c.o3170In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_hashes.c:7:0:3171/builds/libssh/libssh-mirror/src/legacy.c: In function 'publickey_free':3172/builds/libssh/libssh-mirror/src/legacy.c:357:7: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3173 DSA_free(key->dsa_pub);3174 ^~~~~~~~3175In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28:0,3176 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,3177 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,3178 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,3179 from /builds/libssh/libssh-mirror/tests/torture_cmocka.h:27,3180 from /builds/libssh/libssh-mirror/tests/torture.h:43,3181 from /builds/libssh/libssh-mirror/tests/unittests/torture_hashes.c:5:3182/usr/include/openssl/dsa.h:132:28: note: declared here3183 OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);3184 ^~~~~~~~3185In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_hashes.c:7:0:3186/builds/libssh/libssh-mirror/src/legacy.c:364:7: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3187 RSA_free(key->rsa_pub);3188 ^~~~~~~~3189In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:29:0,3190 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,3191 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,3192 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,3193 from /builds/libssh/libssh-mirror/tests/torture_cmocka.h:27,3194 from /builds/libssh/libssh-mirror/tests/torture.h:43,3195 from /builds/libssh/libssh-mirror/tests/unittests/torture_hashes.c:5:3196/usr/include/openssl/rsa.h:299:28: note: declared here3197 OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);3198 ^~~~~~~~3199In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_hashes.c:7:0:3200/builds/libssh/libssh-mirror/src/legacy.c: In function 'privatekey_free':3201/builds/libssh/libssh-mirror/src/legacy.c:467:3: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3202 DSA_free(prv->dsa_priv);3203 ^~~~~~~~3204In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28:0,3205 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,3206 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,3207 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,3208 from /builds/libssh/libssh-mirror/tests/torture_cmocka.h:27,3209 from /builds/libssh/libssh-mirror/tests/torture.h:43,3210 from /builds/libssh/libssh-mirror/tests/unittests/torture_hashes.c:5:3211/usr/include/openssl/dsa.h:132:28: note: declared here3212 OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);3213 ^~~~~~~~3214In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_hashes.c:7:0:3215/builds/libssh/libssh-mirror/src/legacy.c:468:3: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3216 RSA_free(prv->rsa_priv);3217 ^~~~~~~~3218In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:29:0,3219 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,3220 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,3221 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,3222 from /builds/libssh/libssh-mirror/tests/torture_cmocka.h:27,3223 from /builds/libssh/libssh-mirror/tests/torture.h:43,3224 from /builds/libssh/libssh-mirror/tests/unittests/torture_hashes.c:5:3225/usr/include/openssl/rsa.h:299:28: note: declared here3226 OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);3227 ^~~~~~~~3228[ 81%] Linking C executable torture_hashes3229[ 82%] Linking C executable torture_knownhosts_parsing3230[ 82%] Built target torture_hashes3231[ 82%] Building C object tests/unittests/CMakeFiles/torture_packet_filter.dir/torture_packet_filter.c.o3232[ 82%] Built target torture_knownhosts_parsing3233[ 82%] Building C object tests/unittests/CMakeFiles/torture_temp_dir.dir/torture_temp_dir.c.o3234[ 83%] Linking C executable torture_temp_dir3235[ 83%] Built target torture_temp_dir3236[ 83%] Building C object tests/unittests/CMakeFiles/torture_temp_file.dir/torture_temp_file.c.o3237[ 83%] Linking C executable torture_temp_file3238[ 83%] Built target torture_temp_file3239[ 84%] Building C object tests/unittests/CMakeFiles/torture_push_pop_dir.dir/torture_push_pop_dir.c.o3240[ 84%] Linking C executable torture_packet_filter3241[ 84%] Built target torture_packet_filter3242[ 84%] Building C object tests/unittests/CMakeFiles/torture_session_keys.dir/torture_session_keys.c.o3243[ 84%] Linking C executable torture_push_pop_dir3244[ 84%] Built target torture_push_pop_dir3245[ 84%] Building C object tests/unittests/CMakeFiles/torture_tokens.dir/torture_tokens.c.o3246[ 85%] Linking C executable torture_session_keys3247[ 85%] Built target torture_session_keys3248[ 85%] Building C object tests/unittests/CMakeFiles/torture_packet.dir/torture_packet.c.o3249[ 86%] Linking C executable torture_tokens3250[ 86%] Built target torture_tokens3251[ 86%] Building C object tests/unittests/CMakeFiles/torture_keyfiles.dir/torture_keyfiles.c.o3252In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_keyfiles.c:7:0:3253/builds/libssh/libssh-mirror/src/legacy.c: In function 'publickey_free':3254/builds/libssh/libssh-mirror/src/legacy.c:357:7: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3255 DSA_free(key->dsa_pub);3256 ^~~~~~~~3257In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28:0,3258 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,3259 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,3260 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,3261 from /builds/libssh/libssh-mirror/tests/torture_cmocka.h:27,3262 from /builds/libssh/libssh-mirror/tests/torture.h:43,3263 from /builds/libssh/libssh-mirror/tests/unittests/torture_keyfiles.c:5:3264/usr/include/openssl/dsa.h:132:28: note: declared here3265 OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);3266 ^~~~~~~~3267In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_keyfiles.c:7:0:3268/builds/libssh/libssh-mirror/src/legacy.c:364:7: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3269 RSA_free(key->rsa_pub);3270 ^~~~~~~~3271In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:29:0,3272 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,3273 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,3274 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,3275 from /builds/libssh/libssh-mirror/tests/torture_cmocka.h:27,3276 from /builds/libssh/libssh-mirror/tests/torture.h:43,3277 from /builds/libssh/libssh-mirror/tests/unittests/torture_keyfiles.c:5:3278/usr/include/openssl/rsa.h:299:28: note: declared here3279 OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);3280 ^~~~~~~~3281In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_keyfiles.c:7:0:3282/builds/libssh/libssh-mirror/src/legacy.c: In function 'privatekey_free':3283/builds/libssh/libssh-mirror/src/legacy.c:467:3: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3284 DSA_free(prv->dsa_priv);3285 ^~~~~~~~3286In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28:0,3287 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,3288 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,3289 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,3290 from /builds/libssh/libssh-mirror/tests/torture_cmocka.h:27,3291 from /builds/libssh/libssh-mirror/tests/torture.h:43,3292 from /builds/libssh/libssh-mirror/tests/unittests/torture_keyfiles.c:5:3293/usr/include/openssl/dsa.h:132:28: note: declared here3294 OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);3295 ^~~~~~~~3296In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_keyfiles.c:7:0:3297/builds/libssh/libssh-mirror/src/legacy.c:468:3: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3298 RSA_free(prv->rsa_priv);3299 ^~~~~~~~3300In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:29:0,3301 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,3302 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,3303 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,3304 from /builds/libssh/libssh-mirror/tests/torture_cmocka.h:27,3305 from /builds/libssh/libssh-mirror/tests/torture.h:43,3306 from /builds/libssh/libssh-mirror/tests/unittests/torture_keyfiles.c:5:3307/usr/include/openssl/rsa.h:299:28: note: declared here3308 OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);3309 ^~~~~~~~3310[ 87%] Linking C executable torture_packet3311[ 87%] Built target torture_packet3312[ 88%] Building C object tests/unittests/CMakeFiles/torture_pki.dir/torture_pki.c.o3313[ 89%] Linking C executable torture_keyfiles3314In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki.c:11:0:3315/builds/libssh/libssh-mirror/src/pki.c: In function 'ssh_key_clean':3316/builds/libssh/libssh-mirror/src/pki.c:148:5: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3317 if(key->dsa) DSA_free(key->dsa);3318 ^~3319In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28:0,3320 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,3321 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,3322 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,3323 from /builds/libssh/libssh-mirror/tests/torture_cmocka.h:27,3324 from /builds/libssh/libssh-mirror/tests/torture.h:43,3325 from /builds/libssh/libssh-mirror/tests/unittests/torture_pki.c:8:3326/usr/include/openssl/dsa.h:132:28: note: declared here3327 OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);3328 ^~~~~~~~3329In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki.c:11:0:3330/builds/libssh/libssh-mirror/src/pki.c:149:5: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3331 if(key->rsa) RSA_free(key->rsa);3332 ^~3333In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:29:0,3334 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,3335 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,3336 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,3337 from /builds/libssh/libssh-mirror/tests/torture_cmocka.h:27,3338 from /builds/libssh/libssh-mirror/tests/torture.h:43,3339 from /builds/libssh/libssh-mirror/tests/unittests/torture_pki.c:8:3340/usr/include/openssl/rsa.h:299:28: note: declared here3341 OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);3342 ^~~~~~~~3343In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki.c:11:0:3344/builds/libssh/libssh-mirror/src/pki.c:151:5: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3345 if(key->ecdsa) EC_KEY_free(key->ecdsa);3346 ^~3347In file included from /builds/libssh/libssh-mirror/include/libssh/pki.h:26:0,3348 from /builds/libssh/libssh-mirror/src/pki.c:60,3349 from /builds/libssh/libssh-mirror/tests/unittests/torture_pki.c:11:3350/usr/include/openssl/ec.h:1006:28: note: declared here3351 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);3352 ^~~~~~~~~~~3353[ 89%] Built target torture_keyfiles3354[ 89%] Building C object tests/unittests/CMakeFiles/torture_pki_rsa.dir/torture_pki_rsa.c.o3355In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_rsa.c:12:0:3356/builds/libssh/libssh-mirror/src/pki.c: In function 'ssh_key_clean':3357/builds/libssh/libssh-mirror/src/pki.c:148:5: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3358 if(key->dsa) DSA_free(key->dsa);3359 ^~3360In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28:0,3361 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,3362 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,3363 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,3364 from /builds/libssh/libssh-mirror/tests/torture_cmocka.h:27,3365 from /builds/libssh/libssh-mirror/tests/torture.h:43,3366 from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_rsa.c:9:3367/usr/include/openssl/dsa.h:132:28: note: declared here3368 OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);3369 ^~~~~~~~3370In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_rsa.c:12:0:3371/builds/libssh/libssh-mirror/src/pki.c:149:5: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3372 if(key->rsa) RSA_free(key->rsa);3373 ^~3374In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:29:0,3375 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,3376 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,3377 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,3378 from /builds/libssh/libssh-mirror/tests/torture_cmocka.h:27,3379 from /builds/libssh/libssh-mirror/tests/torture.h:43,3380 from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_rsa.c:9:3381/usr/include/openssl/rsa.h:299:28: note: declared here3382 OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);3383 ^~~~~~~~3384In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_rsa.c:12:0:3385/builds/libssh/libssh-mirror/src/pki.c:151:5: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3386 if(key->ecdsa) EC_KEY_free(key->ecdsa);3387 ^~3388In file included from /builds/libssh/libssh-mirror/include/libssh/pki.h:26:0,3389 from /builds/libssh/libssh-mirror/src/pki.c:60,3390 from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_rsa.c:12:3391/usr/include/openssl/ec.h:1006:28: note: declared here3392 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);3393 ^~~~~~~~~~~3394[ 89%] Linking C executable torture_pki3395[ 89%] Built target torture_pki3396[ 89%] Building C object tests/unittests/CMakeFiles/torture_pki_ed25519.dir/torture_pki_ed25519.c.o3397In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_ed25519.c:8:0:3398/builds/libssh/libssh-mirror/src/pki.c: In function 'ssh_key_clean':3399/builds/libssh/libssh-mirror/src/pki.c:148:5: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3400 if(key->dsa) DSA_free(key->dsa);3401 ^~3402In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28:0,3403 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,3404 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,3405 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,3406 from /builds/libssh/libssh-mirror/tests/torture_cmocka.h:27,3407 from /builds/libssh/libssh-mirror/tests/torture.h:43,3408 from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_ed25519.c:5:3409/usr/include/openssl/dsa.h:132:28: note: declared here3410 OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);3411 ^~~~~~~~3412In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_ed25519.c:8:0:3413/builds/libssh/libssh-mirror/src/pki.c:149:5: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3414 if(key->rsa) RSA_free(key->rsa);3415 ^~3416In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:29:0,3417 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,3418 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,3419 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,3420 from /builds/libssh/libssh-mirror/tests/torture_cmocka.h:27,3421 from /builds/libssh/libssh-mirror/tests/torture.h:43,3422 from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_ed25519.c:5:3423/usr/include/openssl/rsa.h:299:28: note: declared here3424 OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);3425 ^~~~~~~~3426In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_ed25519.c:8:0:3427/builds/libssh/libssh-mirror/src/pki.c:151:5: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3428 if(key->ecdsa) EC_KEY_free(key->ecdsa);3429 ^~3430In file included from /builds/libssh/libssh-mirror/include/libssh/pki.h:26:0,3431 from /builds/libssh/libssh-mirror/src/pki.c:60,3432 from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_ed25519.c:8:3433/usr/include/openssl/ec.h:1006:28: note: declared here3434 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);3435 ^~~~~~~~~~~3436[ 89%] Linking C executable torture_pki_rsa3437[ 89%] Built target torture_pki_rsa3438[ 90%] Building C object tests/unittests/CMakeFiles/torture_channel.dir/torture_channel.c.o3439[ 91%] Linking C executable torture_pki_ed255193440[ 91%] Built target torture_pki_ed255193441[ 91%] Building C object tests/unittests/CMakeFiles/torture_bind_config.dir/torture_bind_config.c.o3442[ 91%] Linking C executable torture_channel3443[ 91%] Built target torture_channel3444[ 92%] Building C object tests/unittests/CMakeFiles/torture_moduli.dir/torture_moduli.c.o3445[ 93%] Linking C executable torture_bind_config3446[ 93%] Built target torture_bind_config3447[ 94%] Building C object tests/unittests/CMakeFiles/torture_pki_dsa.dir/torture_pki_dsa.c.o3448In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_dsa.c:12:0:3449/builds/libssh/libssh-mirror/src/pki.c: In function 'ssh_key_clean':3450/builds/libssh/libssh-mirror/src/pki.c:148:5: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3451 if(key->dsa) DSA_free(key->dsa);3452 ^~3453In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28:0,3454 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,3455 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,3456 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,3457 from /builds/libssh/libssh-mirror/tests/torture_cmocka.h:27,3458 from /builds/libssh/libssh-mirror/tests/torture.h:43,3459 from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_dsa.c:9:3460/usr/include/openssl/dsa.h:132:28: note: declared here3461 OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);3462 ^~~~~~~~3463In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_dsa.c:12:0:3464/builds/libssh/libssh-mirror/src/pki.c:149:5: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3465 if(key->rsa) RSA_free(key->rsa);3466 ^~3467In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:29:0,3468 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,3469 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,3470 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,3471 from /builds/libssh/libssh-mirror/tests/torture_cmocka.h:27,3472 from /builds/libssh/libssh-mirror/tests/torture.h:43,3473 from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_dsa.c:9:3474/usr/include/openssl/rsa.h:299:28: note: declared here3475 OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);3476 ^~~~~~~~3477In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_dsa.c:12:0:3478/builds/libssh/libssh-mirror/src/pki.c:151:5: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3479 if(key->ecdsa) EC_KEY_free(key->ecdsa);3480 ^~3481In file included from /builds/libssh/libssh-mirror/include/libssh/pki.h:26:0,3482 from /builds/libssh/libssh-mirror/src/pki.c:60,3483 from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_dsa.c:12:3484/usr/include/openssl/ec.h:1006:28: note: declared here3485 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);3486 ^~~~~~~~~~~3487[ 94%] Linking C executable torture_moduli3488[ 94%] Built target torture_moduli3489[ 94%] Building C object tests/unittests/CMakeFiles/torture_pki_ecdsa.dir/torture_pki_ecdsa.c.o3490In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_ecdsa.c:11:0:3491/builds/libssh/libssh-mirror/src/pki.c: In function 'ssh_key_clean':3492/builds/libssh/libssh-mirror/src/pki.c:148:5: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3493 if(key->dsa) DSA_free(key->dsa);3494 ^~3495In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28:0,3496 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,3497 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,3498 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,3499 from /builds/libssh/libssh-mirror/tests/torture_cmocka.h:27,3500 from /builds/libssh/libssh-mirror/tests/torture.h:43,3501 from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_ecdsa.c:8:3502/usr/include/openssl/dsa.h:132:28: note: declared here3503 OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);3504 ^~~~~~~~3505In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_ecdsa.c:11:0:3506/builds/libssh/libssh-mirror/src/pki.c:149:5: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3507 if(key->rsa) RSA_free(key->rsa);3508 ^~3509In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:29:0,3510 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,3511 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,3512 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,3513 from /builds/libssh/libssh-mirror/tests/torture_cmocka.h:27,3514 from /builds/libssh/libssh-mirror/tests/torture.h:43,3515 from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_ecdsa.c:8:3516/usr/include/openssl/rsa.h:299:28: note: declared here3517 OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);3518 ^~~~~~~~3519In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_ecdsa.c:11:0:3520/builds/libssh/libssh-mirror/src/pki.c:151:5: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3521 if(key->ecdsa) EC_KEY_free(key->ecdsa);3522 ^~3523In file included from /builds/libssh/libssh-mirror/include/libssh/pki.h:26:0,3524 from /builds/libssh/libssh-mirror/src/pki.c:60,3525 from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_ecdsa.c:11:3526/usr/include/openssl/ec.h:1006:28: note: declared here3527 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);3528 ^~~~~~~~~~~3529[ 94%] Linking C executable torture_pki_dsa3530[ 94%] Built target torture_pki_dsa3531[ 95%] Building C object tests/unittests/CMakeFiles/torture_rand.dir/torture_rand.c.o3532[ 95%] Linking C executable torture_rand3533[ 96%] Linking C executable torture_pki_ecdsa3534[ 96%] Built target torture_rand3535[ 96%] Building C object tests/unittests/CMakeFiles/torture_threads_init.dir/torture_threads_init.c.o3536[ 96%] Built target torture_pki_ecdsa3537[ 97%] Building C object tests/unittests/CMakeFiles/torture_threads_buffer.dir/torture_threads_buffer.c.o3538[ 98%] Linking C executable torture_threads_init3539[ 98%] Built target torture_threads_init3540[ 99%] Building C object tests/unittests/CMakeFiles/torture_threads_crypto.dir/torture_threads_crypto.c.o3541[ 99%] Linking C executable torture_threads_crypto3542[ 99%] Built target torture_threads_crypto3543[ 99%] Building C object tests/unittests/CMakeFiles/torture_threads_pki_rsa.dir/torture_threads_pki_rsa.c.o3544[ 99%] Linking C executable torture_threads_buffer3545In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_threads_pki_rsa.c:32:0:3546/builds/libssh/libssh-mirror/src/pki.c: In function 'ssh_key_clean':3547/builds/libssh/libssh-mirror/src/pki.c:148:5: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3548 if(key->dsa) DSA_free(key->dsa);3549 ^~3550In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:28:0,3551 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,3552 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,3553 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,3554 from /builds/libssh/libssh-mirror/tests/torture_cmocka.h:27,3555 from /builds/libssh/libssh-mirror/tests/torture.h:43,3556 from /builds/libssh/libssh-mirror/tests/unittests/torture_threads_pki_rsa.c:29:3557/usr/include/openssl/dsa.h:132:28: note: declared here3558 OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);3559 ^~~~~~~~3560In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_threads_pki_rsa.c:32:0:3561/builds/libssh/libssh-mirror/src/pki.c:149:5: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3562 if(key->rsa) RSA_free(key->rsa);3563 ^~3564In file included from /builds/libssh/libssh-mirror/include/libssh/libcrypto.h:29:0,3565 from /builds/libssh/libssh-mirror/include/libssh/wrapper.h:28,3566 from /builds/libssh/libssh-mirror/include/libssh/packet.h:24,3567 from /builds/libssh/libssh-mirror/include/libssh/session.h:27,3568 from /builds/libssh/libssh-mirror/tests/torture_cmocka.h:27,3569 from /builds/libssh/libssh-mirror/tests/torture.h:43,3570 from /builds/libssh/libssh-mirror/tests/unittests/torture_threads_pki_rsa.c:29:3571/usr/include/openssl/rsa.h:299:28: note: declared here3572 OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);3573 ^~~~~~~~3574In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_threads_pki_rsa.c:32:0:3575/builds/libssh/libssh-mirror/src/pki.c:151:5: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]3576 if(key->ecdsa) EC_KEY_free(key->ecdsa);3577 ^~3578In file included from /builds/libssh/libssh-mirror/include/libssh/pki.h:26:0,3579 from /builds/libssh/libssh-mirror/src/pki.c:60,3580 from /builds/libssh/libssh-mirror/tests/unittests/torture_threads_pki_rsa.c:32:3581/usr/include/openssl/ec.h:1006:28: note: declared here3582 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);3583 ^~~~~~~~~~~3584[ 99%] Built target torture_threads_buffer3585[100%] Linking C executable torture_threads_pki_rsa3586[100%] Built target torture_threads_pki_rsa3587Test project /builds/libssh/libssh-mirror/obj3588 Start 1: torture_buffer3589 1/33 Test #1: torture_buffer ................... Passed 0.33 sec3590 Start 2: torture_bytearray3591 2/33 Test #2: torture_bytearray ................ Passed 0.00 sec3592 Start 3: torture_callbacks3593 3/33 Test #3: torture_callbacks ................ Passed 0.00 sec3594 Start 4: torture_crypto3595 4/33 Test #4: torture_crypto ................... Passed 0.00 sec3596 Start 5: torture_init3597 5/33 Test #5: torture_init ..................... Passed 0.00 sec3598 Start 6: torture_list3599 6/33 Test #6: torture_list ..................... Passed 0.00 sec3600 Start 7: torture_misc3601 7/33 Test #7: torture_misc ..................... Passed 0.08 sec3602 Start 8: torture_config3603 8/33 Test #8: torture_config ................... Passed 0.02 sec3604 Start 9: torture_options3605 9/33 Test #9: torture_options .................. Passed 0.02 sec3606 Start 10: torture_isipaddr360710/33 Test #10: torture_isipaddr ................. Passed 0.00 sec3608 Start 11: torture_knownhosts_parsing360911/33 Test #11: torture_knownhosts_parsing ....... Passed 0.01 sec3610 Start 12: torture_hashes361112/33 Test #12: torture_hashes ................... Passed 0.00 sec3612 Start 13: torture_packet_filter361313/33 Test #13: torture_packet_filter ............ Passed 0.01 sec3614 Start 14: torture_temp_dir361514/33 Test #14: torture_temp_dir ................. Passed 0.00 sec3616 Start 15: torture_temp_file361715/33 Test #15: torture_temp_file ................ Passed 0.00 sec3618 Start 16: torture_push_pop_dir361916/33 Test #16: torture_push_pop_dir ............. Passed 0.00 sec3620 Start 17: torture_session_keys362117/33 Test #17: torture_session_keys ............. Passed 0.00 sec3622 Start 18: torture_tokens362318/33 Test #18: torture_tokens ................... Passed 0.00 sec3624 Start 19: torture_packet362519/33 Test #19: torture_packet ................... Passed 0.10 sec3626 Start 20: torture_keyfiles362720/33 Test #20: torture_keyfiles ................. Passed 0.01 sec3628 Start 21: torture_pki362921/33 Test #21: torture_pki ...................... Passed 7.37 sec3630 Start 22: torture_pki_rsa363122/33 Test #22: torture_pki_rsa .................. Passed 2.24 sec3632 Start 23: torture_pki_ed25519363323/33 Test #23: torture_pki_ed25519 .............. Passed 0.75 sec3634 Start 24: torture_channel363524/33 Test #24: torture_channel .................. Passed 0.00 sec3636 Start 25: torture_bind_config363725/33 Test #25: torture_bind_config .............. Passed 0.03 sec3638 Start 26: torture_moduli363926/33 Test #26: torture_moduli ................... Passed 0.00 sec3640 Start 27: torture_pki_dsa364127/33 Test #27: torture_pki_dsa .................. Passed 14.93 sec3642 Start 28: torture_pki_ecdsa364328/33 Test #28: torture_pki_ecdsa ................ Passed 0.10 sec3644 Start 29: torture_rand364529/33 Test #29: torture_rand ..................... Passed 2.26 sec3646 Start 30: torture_threads_init364730/33 Test #30: torture_threads_init ............. Passed 0.00 sec3648 Start 31: torture_threads_buffer364931/33 Test #31: torture_threads_buffer ........... Passed 9.87 sec3650 Start 32: torture_threads_crypto365132/33 Test #32: torture_threads_crypto ........... Passed 0.01 sec3652 Start 33: torture_threads_pki_rsa365333/33 Test #33: torture_threads_pki_rsa .......... Passed 76.80 sec3654100% tests passed, 0 tests failed out of 333655Total Test time (real) = 114.98 sec3657Job succeeded